OtpChallengeResponse class Null safety

A response returned if the SDK requires an OTP.

Constructors

OtpChallengeResponse({required String url})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url String
A URL containing the state of the current authentication transaction. This should be used in the next redeemOtp or authenticateOtp function.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited