Skip to content

Bedrock Agentcore  >  Unions  >  LinkedAccountOAuth2

LinkedAccountOAuth2

Union Type

LinkedAccountOAuth2 module-attribute

Authentication method using OAuth2 providers. Supports Google, Apple, X, Telegram, and GitHub providers.

Union Member Types

LinkedAccountOAuth2Google dataclass

Google OAuth2 authentication.

Attributes

value instance-attribute

LinkedAccountOAuth2Apple dataclass

Apple OAuth2 authentication.

Attributes

value instance-attribute

LinkedAccountOAuth2X dataclass

X (formerly Twitter) OAuth2 authentication.

Attributes

value instance-attribute

LinkedAccountOAuth2Telegram dataclass

Telegram OAuth2 authentication.

Attributes

value instance-attribute

LinkedAccountOAuth2Github dataclass

GitHub OAuth2 authentication.

Attributes

value instance-attribute

LinkedAccountOAuth2Unknown 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