EmailAddressAuthenticationAppleId constructor
const
EmailAddressAuthenticationAppleId({
- required String token,
An authentication token received through Apple emailAddressAuthenticationAppleId
Implementation
const EmailAddressAuthenticationAppleId({
required this.token,
});