retrieve

open suspend fun retrieve(threeDSAuthenticationToken: String, params: ThreeDSAuthenticationRetrieveParams = ThreeDSAuthenticationRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): AuthenticationRetrieveResponse

Get 3DS Authentication by token


abstract suspend fun retrieve(params: ThreeDSAuthenticationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): AuthenticationRetrieveResponse
open suspend fun retrieve(threeDSAuthenticationToken: String, requestOptions: RequestOptions): AuthenticationRetrieveResponse

See also