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