Functions

Link copied to clipboard
@MustBeClosed
open fun retrieve(threeDSAuthenticationToken: String, requestOptions: RequestOptions): HttpResponseFor<AuthenticationRetrieveResponse>

@MustBeClosed
open 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 AuthenticationService.retrieve.

Link copied to clipboard

Returns a raw HTTP response for post /v1/three_ds_authentication/simulate, but is otherwise the same as AuthenticationService.simulate.

Link copied to clipboard

Returns a raw HTTP response for post /v1/three_ds_decisioning/simulate/enter_otp, but is otherwise the same as AuthenticationService.simulateOtpEntry.

Link copied to clipboard

Returns a view of this service with the given option modifications applied.