With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieveSecret(params: TokenizationDecisioningRetrieveSecretParams, requestOptions: RequestOptions): HttpResponseFor<TokenizationSecret>
Returns a raw HTTP response for get /v1/tokenization_decisioning/secret, but is otherwise the same as TokenizationDecisioningServiceAsync.retrieveSecret.
Link copied to clipboard
@MustBeClosed
open suspend override fun rotateSecret(params: TokenizationDecisioningRotateSecretParams, requestOptions: RequestOptions): HttpResponseFor<TokenizationDecisioningRotateSecretResponse>
Returns a raw HTTP response for post /v1/tokenization_decisioning/secret/rotate, but is otherwise the same as TokenizationDecisioningServiceAsync.rotateSecret.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): TokenizationDecisioningServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.