StripePrivyTokenResponseOutput¶
Structure Class¶
StripePrivyTokenResponseOutput
dataclass
¶
Stripe Privy token response containing appId, basicAuthToken, and optionally authorizationSignature.
Attributes¶
authorization_signature
class-attribute
instance-attribute
¶
Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true).
basic_auth_token
class-attribute
instance-attribute
¶
Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header.