CompletionTokenCredentials class
Decoded credentials from a completion token.
Constructors
- CompletionTokenCredentials({required UuidValue requestId, required String verificationCode})
-
Creates new CompletionTokenCredentials.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestId → UuidValue
-
The ID of the request this token belongs to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verificationCode → String
-
The raw verification code to validate against the challenge.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited