Package com.lithic.api.services.blocking
Class AuthStreamEnrollmentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.AuthStreamEnrollmentService.WithRawResponse
public final class AuthStreamEnrollmentServiceImpl.WithRawResponseImpl implements AuthStreamEnrollmentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AuthStreamEnrollmentService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AuthStreamSecret>retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)HttpResponserotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.blocking.AuthStreamEnrollmentService.WithRawResponse
retrieveSecret, retrieveSecret, retrieveSecret, rotateSecret, rotateSecret, rotateSecret -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
AuthStreamEnrollmentService.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
HttpResponseFor<AuthStreamSecret> retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
HttpResponse rotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)
-
-
-
-