IAppleAuthDelegate class abstract
Constructors
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
-
getAppleIDCredential(
{required List< IAppleIDAuthorizationScopes> scopes, IAppleWebAuthenticationOptions? webAuthenticationOptions, String? nonce, String? state}) → Future<IAppleAuthorizationCredentialAppleID> - Requests an Apple ID credential.
-
getCredentialState(
String userIdentifier) → Future< IAppleCredentialState> - Returns the credentials state for a given user.
-
getKeychainCredential(
) → Future< IAppleAuthorizationCredentialPassword> - Returns the credentials stored in the Keychain for the website associated with the current app.
-
isAvailable(
) → Future< bool> - Returns whether Sign in with Apple is available on the current platform.
-
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