authentication Result
fun authenticationResult(authenticationResult: AuthenticationRetrieveResponse.AuthenticationResult): AuthenticationRetrieveResponse.Builder
Indicates the outcome of the 3DS authentication process.
fun authenticationResult(authenticationResult: JsonField<AuthenticationRetrieveResponse.AuthenticationResult>): AuthenticationRetrieveResponse.Builder
Sets Builder.authenticationResult to an arbitrary JSON value.
You should usually call Builder.authenticationResult with a well-typed AuthenticationResult value instead. This method is primarily for setting the field to an undocumented or not yet supported value.