LinkedAccount
Represents different linked accounts that can be linked to an embedded wallet. Supports email, SMS, JWT, and OAuth2 approaches.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- developerJwt
-
Developer JWT linked account with key ID and subject.
Type: LinkedAccountDeveloperJwt object
Required: No
-
Email-based linked account.
Type: LinkedAccountEmail object
Required: No
- oAuth2
-
OAuth2 provider linked account (Google, Apple, X, Telegram, GitHub).
Type: LinkedAccountOAuth2 object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- sms
-
SMS-based linked account using phone number.
Type: LinkedAccountSms object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: