retrieve

@MustBeClosed
open suspend fun retrieve(threeDSAuthenticationToken: String, params: ThreeDSAuthenticationRetrieveParams = ThreeDSAuthenticationRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<AuthenticationRetrieveResponse>

Returns a raw HTTP response for get /v1/three_ds_authentication/{three_ds_authentication_token}, but is otherwise the same as AuthenticationServiceAsync.retrieve.


@MustBeClosed
abstract suspend fun retrieve(params: ThreeDSAuthenticationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<AuthenticationRetrieveResponse>
@MustBeClosed
open suspend fun retrieve(threeDSAuthenticationToken: String, requestOptions: RequestOptions): HttpResponseFor<AuthenticationRetrieveResponse>

See also