Tokenization Decisioning Service Async Impl
Functions
Link copied to clipboard
open suspend override fun retrieveSecret(params: TokenizationDecisioningRetrieveSecretParams, requestOptions: RequestOptions): TokenizationSecret
Retrieve the Tokenization Decisioning secret key. If one does not exist your program yet, calling this endpoint will create one for you. The headers of the Tokenization Decisioning request will contain a hmac signature which you can use to verify requests originate from Lithic. See this page for more detail about verifying Tokenization Decisioning requests.
Link copied to clipboard
open suspend fun rotateSecret(requestOptions: RequestOptions): TokenizationDecisioningRotateSecretResponse
open suspend override fun rotateSecret(params: TokenizationDecisioningRotateSecretParams, requestOptions: RequestOptions): TokenizationDecisioningRotateSecretResponse
Generate a new Tokenization Decisioning secret key. The old Tokenization Decisioning secret key will be deactivated 24 hours after a successful request to this endpoint.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): TokenizationDecisioningServiceAsync
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.