ProxyTVerifyOtpBody class
Constructors
- ProxyTVerifyOtpBody({required String otpId, required String otpCode, String? publicKey})
-
const
-
ProxyTVerifyOtpBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- otpCode → String
-
OTP sent out to a user's contact (email or SMS)
final
- otpId → String
-
ID representing the result of an init OTP activity.
final
- publicKey → String?
-
Client-side public key generated by the user, which will be added to the JWT response and verified in subsequent requests via a client proof signature
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited