With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieveSecret(params: AuthStreamEnrollmentRetrieveSecretParams, 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
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
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): AuthStreamEnrollmentServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.