AppleAccounts class abstract final

Apple account management functions.

Properties

config AppleAccountConfig
Returns the current configuration.
getter/setter pair
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

admin AppleAccountsAdmin
Administrative methods for working with Apple-backed accounts.
getter/setter pair

Static Methods

serverNotificationHandler(FutureOr<void> handler(AppleServerNotification notification)) → Handler
Handler for server-to-server notifications coming from Apple.
signIn(Session session, {required String identityToken, required String authorizationCode, required bool isNativeApplePlatformSignIn, String? firstName, String? lastName, Transaction? transaction}) Future<AppleAuthSuccess>
Authenticates a user using an identityToken and authorizationCode.