Package com.lithic.api.services.async
Interface AuthStreamEnrollmentServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AuthStreamEnrollmentServiceAsync.WithRawResponseA view of AuthStreamEnrollmentServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract AuthStreamEnrollmentServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieveSecret
CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret()
Returns a raw HTTP response for
get /v1/auth_stream/secret, but is otherwise the same as AuthStreamEnrollmentServiceAsync.retrieveSecret.
-
retrieveSecret
abstract CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)
-
retrieveSecret
CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params)
-
retrieveSecret
CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret(RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponse> rotateSecret()
Returns a raw HTTP response for
post /v1/auth_stream/secret/rotate, but is otherwise the same as AuthStreamEnrollmentServiceAsync.rotateSecret.
-
rotateSecret
abstract CompletableFuture<HttpResponse> rotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponse> rotateSecret(AuthStreamEnrollmentRotateSecretParams params)
-
rotateSecret
CompletableFuture<HttpResponse> rotateSecret(RequestOptions requestOptions)
-
-
-
-