With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open override fun retrieve(params: ThreeDSAuthenticationRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<AuthenticationRetrieveResponse>
@MustBeClosed
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
open override fun simulate(params: ThreeDSAuthenticationSimulateParams, requestOptions: RequestOptions): HttpResponseFor<AuthenticationSimulateResponse>
Returns a raw HTTP response for post /v1/three_ds_authentication/simulate, but is otherwise the same as AuthenticationService.simulate.
Link copied to clipboard
open override fun simulateOtpEntry(params: ThreeDSAuthenticationSimulateOtpEntryParams, requestOptions: RequestOptions): HttpResponse
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
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): AuthenticationService.WithRawResponse
Returns a view of this service with the given option modifications applied.