OtpRequestResult

data class OtpRequestResult(val nativeLoginResult: NativeLoginResult, val otpIdentifier: String? = null)

An OTP request result.

Parameters

nativeLoginResult

The overall result of the OTP request

otpIdentifier

On success result, the OTP identifier provided by the API

Constructors

Link copied to clipboard
constructor(nativeLoginResult: NativeLoginResult, otpIdentifier: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val otpIdentifier: String? = null