rotateSecret

abstract suspend fun rotateSecret(params: ThreeDSDecisioningRotateSecretParams = ThreeDSDecisioningRotateSecretParams.none(), requestOptions: RequestOptions = RequestOptions.none())

Generate a new 3DS Decisioning HMAC secret key. The old secret key will be deactivated 24 hours after a successful request to this endpoint. Make a GET /three_ds_decisioning/secret request to retrieve the new secret key.


open suspend fun rotateSecret(requestOptions: RequestOptions)

See also