AppleAuthInfo constructor
AppleAuthInfo({})
Implementation
AppleAuthInfo({
required this.userIdentifier,
this.email,
required this.fullName,
required this.nickname,
required this.identityToken,
required this.authorizationCode,
});