LinkedAccount¶
Union Type¶
LinkedAccount
module-attribute
¶
LinkedAccount = Union[LinkedAccount_Email | LinkedAccount_Sms | LinkedAccount_DeveloperJwt | LinkedAccount_OAuth2 | LinkedAccountUnknown]
Represents different linked accounts that can be linked to an embedded wallet. Supports email, SMS, JWT, and OAuth2 approaches.
Union Member Types¶
LinkedAccount_DeveloperJwt
dataclass
¶
Developer JWT linked account with key ID and subject.