IdToken class
Constructors
- IdToken.unverified(String serialization)
Properties
- claims → OpenIdClaims
-
The claims conveyed by the
JsonWebToken
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- isVerified → bool?
-
Returns
true
if this JWT has been successfully verified,false
if verification failed andnull
if no verification attempt has been madeno setterinherited - 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
-
toCompactSerialization(
) → String -
Serializes the
JsonWebToken
to a stringinherited -
toString(
) → String -
A string representation of this object.
inherited
-
verify(
JsonWebKeyStore keyStore, {List< String> ? allowedArguments}) → Future<bool> -
Attempts to verify this JWT
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited