SignInWithApple class

Wrapper class providing the methods to interact with Sign in with Apple.

Constructors

SignInWithApple()

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

channel MethodChannel
no setter

Static Methods

getAppleIDCredential({required List<AppleIDAuthorizationScopes> scopes, WebAuthenticationOptions? webAuthenticationOptions, String? nonce, String? state}) Future<AuthorizationCredentialAppleID>
Requests an Apple ID credential.
getCredentialState(String userIdentifier) Future<CredentialState>
Returns the credentials state for a given user.
getKeychainCredential() Future<AuthorizationCredentialPassword>
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.