IAppleAuthorizationCredentialAppleID constructor
const
IAppleAuthorizationCredentialAppleID({})
Creates an instance which contains the result of a successful Sign in with Apple flow.
Implementation
const IAppleAuthorizationCredentialAppleID({
required this.userIdentifier,
required this.givenName,
required this.familyName,
required this.authorizationCode,
required this.email,
required this.identityToken,
required this.state,
});