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