Interface EmailAddressAuthenticationAppleId

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

interface EmailAddressAuthenticationAppleId {
    @type: "emailAddressAuthenticationAppleId";
    token: string;
}

Properties

Properties

@type: "emailAddressAuthenticationAppleId"
token: string

The token.