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
-
retrieveSecret
@MustBeClosed() CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret()
Returns a raw HTTP response for
get /v1/auth_stream/secret, but is otherwise the same as AuthStreamEnrollmentServiceAsync.retrieveSecret.
-
retrieveSecret
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)
-
retrieveSecret
@MustBeClosed() CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params)
-
retrieveSecret
@MustBeClosed() CompletableFuture<HttpResponseFor<AuthStreamSecret>> retrieveSecret(RequestOptions requestOptions)
-
rotateSecret
@MustBeClosed() CompletableFuture<HttpResponse> rotateSecret()
Returns a raw HTTP response for
post /v1/auth_stream/secret/rotate, but is otherwise the same as AuthStreamEnrollmentServiceAsync.rotateSecret.
-
rotateSecret
@MustBeClosed() abstract CompletableFuture<HttpResponse> rotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)
-
rotateSecret
@MustBeClosed() CompletableFuture<HttpResponse> rotateSecret(AuthStreamEnrollmentRotateSecretParams params)
-
rotateSecret
@MustBeClosed() CompletableFuture<HttpResponse> rotateSecret(RequestOptions requestOptions)
-
-
-
-