Skip to main content

Interface: AppleOAuthWithMetadata

Object representation of a user's Apple Account, with additional metadata for advanced use cases.

Hierarchy

  • LinkMetadata

  • Apple

    AppleOAuthWithMetadata

Properties

email

email: string

The email associated with the Apple account.

Inherited from

Apple.email


subject

subject: string

The sub claim from the Apple-issued JWT for this account.

Inherited from

Apple.subject


type

type: "apple_oauth"

Denotes that this is a Apple account.

Overrides

LinkMetadata.type


verifiedAt

verifiedAt: Date

Datetime when this account was linked to the user.

Inherited from

LinkMetadata.verifiedAt