AppleAuthInfo constructor
AppleAuthInfo({})
Implementation
factory AppleAuthInfo({
required String userIdentifier,
String? email,
required String fullName,
required String nickname,
required String identityToken,
required String authorizationCode,
}) = _AppleAuthInfoImpl;