AppleIdentityToken class
The verified claims of a Sign in with Apple identity token.
Constructors
- AppleIdentityToken({required String subject, required String? email, required bool isEmailVerified})
- Creates verified identity token claims.
Properties
- email → String?
-
The email address the token carries, if any. Lower-cased.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmailVerified → bool
-
Whether Apple vouches for email being verified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → String
-
Apple's stable identifier for the user. Unique per developer team, so it
only identifies the user within the apps of a single team.
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