emailAddressAuthenticationAppleId property
An authentication token received through Apple ID
Implementation
EmailAddressAuthenticationAppleId? get emailAddressAuthenticationAppleId {
if (this is EmailAddressAuthenticationAppleId) {
return this as EmailAddressAuthenticationAppleId;
}
return null;
}