AppleAccountConfig class

Configuration for the Apple account module.

Constructors

AppleAccountConfig.new({required String serviceIdentifier, required String bundleIdentifier, required String redirectUri, required String teamId, required String keyId, required String key})
Creates a new Sign in with Apple configuration.

Properties

bundleIdentifier String
The bundle ID of the Apple-native app using Sign in with Apple.
final
hashCode int
The hash code for this object.
no setterinherited
key String
The secret contents of the private key file received once from Apple.
final
keyId String
The ID of the key associated with the Sign in with Apple service.
final
redirectUri String
The redirect URL used for 3rd party platforms, e.g. Android.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceIdentifier String
The service identifier for the Sign in with Apple project.
final
teamId String
The team identifier of the parent Apple Developer account.
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