AppleIdCredential class
Properties
-
authorizationCode
→ Uint8List?
-
A short-lived token used by your app for proof of authorization when interacting with the app’s server counterpart. Can be null.
final
-
authorizedScopes
→ List<Scope>?
-
The contact information the user authorized your app to access.
final
-
email
→ String?
-
The user’s email address. Can be null.
final
-
fullName
→ PersonNameComponents?
-
The user’s name. Can be null.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
identityToken
→ Uint8List?
-
A JSON Web Token (JWT) that securely communicates information about the user to your app. Can be null.
final
-
realUserStatus
→ UserDetectionStatus?
-
A value that indicates whether the user appears to be a real person.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ String?
-
An arbitrary string that your app provided to the request that generated the credential.
final
-
user
→ String?
-
An identifier associated with the authenticated user. Can be null.
final