With Raw Response
interface WithRawResponse
A view of AuthenticationServiceAsync that provides access to raw HTTP responses for each method.
Inheritors
Functions
Link copied to clipboard
@MustBeClosed
@MustBeClosed
@MustBeClosed
Returns a raw HTTP response for get /v1/three_ds_authentication/{three_ds_authentication_token}, but is otherwise the same as AuthenticationServiceAsync.retrieve.
Link copied to clipboard
@MustBeClosed
Returns a raw HTTP response for post /v1/three_ds_authentication/simulate, but is otherwise the same as AuthenticationServiceAsync.simulate.
Link copied to clipboard
@MustBeClosed
Returns a raw HTTP response for post /v1/three_ds_decisioning/simulate/enter_otp, but is otherwise the same as AuthenticationServiceAsync.simulateOtpEntry.
Link copied to clipboard
abstract fun withOptions(modifier: (ClientOptions.Builder) -> Unit): AuthenticationServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.