emailAddressAuthenticationGoogleId property

EmailAddressAuthenticationGoogleId? emailAddressAuthenticationGoogleId

An authentication token received through Google ID

Implementation

EmailAddressAuthenticationGoogleId? get emailAddressAuthenticationGoogleId {
  if (this is EmailAddressAuthenticationGoogleId) {
    return this as EmailAddressAuthenticationGoogleId;
  }
  return null;
}