v1VerifyOtpIntent class

Constructors

v1VerifyOtpIntent({required String otpId, required String otpCode, String? expirationSeconds, String? publicKey})
const
v1VerifyOtpIntent.fromJson(Map<String, dynamic> json)
factory

Properties

expirationSeconds String?
Expiration window (in seconds) indicating how long the verification token is valid for. If not provided, a default of 1 hour will be used. Maximum value is 86400 seconds (24 hours)
final
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