EmailAddressAuthenticationAppleId constructor

const EmailAddressAuthenticationAppleId({
  1. required String token,
})

An authentication token received through Apple emailAddressAuthenticationAppleId

Implementation

const EmailAddressAuthenticationAppleId({
  required this.token,
});