AppleSignIn class

Constructors

AppleSignIn()

Properties

hashCode int
The hash code for this object.
no 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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

onCredentialRevoked Stream<void>?
A stream that emits an event when Apple ID credentials have been revoked.
no setter

Static Methods

getCredentialState(String? userId) Future<CredentialState>
Returns the credential state for the given user. Returns a CredentialState.
isAvailable() Future<bool>
Determine if Sign In with Apple is supported on the current device
performRequests(List<AuthorizationRequest> requests) Future<AuthorizationResult>
Starts the authorization flow requests provided. Currently the only supported request type is AppleIdRequest.