The Backend ExternalAccount object
The Backend ExternalAccount object is a model around an identification obtained by an external provider (e.g. a social provider such as Google).
External account must be verified, so that you can make sure they can be assigned to their rightful owners. The ExternalAccount object holds all necessary state around the verification process.
Properties
- Name
-
externalAccountId? - Type
string- Description
The
eac_-prefixed id of the external account resource, which is the idusers.deleteUserExternalAccount()expects. Only returned for Google and Facebook accounts; for other providers it isundefinedandidalready holds theeac_value. UseexternalAccountId ?? idto get a deletable id.
- Name
-
publicMetadata - Type
null | Record<string, unknown>- Description
Metadata that can be read from the Frontend API and Backend API and can be set only from the Backend API.
- Name
-
verification - Type
null | Verification- Description
An object holding information on the verification of this external account.
Feedback
Last updated on