AppleIdCredential class

Annotations

Constructors

AppleIdCredential({Uint8List? identityToken, Uint8List? authorizationCode, String? state, String? user, List<Scope>? authorizedScopes, PersonNameComponents? fullName, String? email, UserDetectionStatus? realUserStatus})
const
AppleIdCredential.fromMap(Map? map)
factory

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

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