Functions

Link copied to clipboard
@MustBeClosed
open suspend fun retrieveSecret(requestOptions: RequestOptions): HttpResponseFor<AuthStreamSecret>

Returns a raw HTTP response for get /v1/auth_stream/secret, but is otherwise the same as AuthStreamEnrollmentServiceAsync.retrieveSecret.

Link copied to clipboard
@MustBeClosed
open suspend fun rotateSecret(requestOptions: RequestOptions): HttpResponse

open suspend override fun rotateSecret(params: AuthStreamEnrollmentRotateSecretParams, requestOptions: RequestOptions): HttpResponse

Returns a raw HTTP response for post /v1/auth_stream/secret/rotate, but is otherwise the same as AuthStreamEnrollmentServiceAsync.rotateSecret.

Link copied to clipboard

Returns a view of this service with the given option modifications applied.