StripePrivyTokenRequestInput¶
Structure Class¶
StripePrivyTokenRequestInput
dataclass
¶
Stripe Privy token request parameters.
Attributes¶
include_authorization_signature
class-attribute
instance-attribute
¶
include_authorization_signature: bool = False
Set to true to generate privy-authorization-signature.
request_body
class-attribute
instance-attribute
¶
request_body: str = field(repr=False)
Request body JSON for the Privy API call.
request_host
class-attribute
instance-attribute
¶
request_host: str | None = None
The host for the Privy API request. Defaults to "api.privy.io".