Interface EmailAddressAuthenticationGoogleId

An authentication token received through Google ID. Subtype of EmailAddressAuthentication.

interface EmailAddressAuthenticationGoogleId {
    @type: "emailAddressAuthenticationGoogleId";
    token: string;
}

Properties

Properties

@type: "emailAddressAuthenticationGoogleId"
token: string

The token.