Skip to content

Bedrock Agentcore  >  Unions  >  LinkedAccount

LinkedAccount

Union Type

LinkedAccount module-attribute

Represents different linked accounts that can be linked to an embedded wallet. Supports email, SMS, JWT, and OAuth2 approaches.

Union Member Types

LinkedAccount_Email dataclass

Email-based linked account.

Attributes

value instance-attribute

LinkedAccount_Sms dataclass

SMS-based linked account using phone number.

Attributes

value instance-attribute

LinkedAccount_DeveloperJwt dataclass

Developer JWT linked account with key ID and subject.

Attributes

value instance-attribute

LinkedAccount_OAuth2 dataclass

OAuth2 provider linked account (Google, Apple, X, Telegram, GitHub).

Attributes

value instance-attribute

LinkedAccountUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str