StripePrivyTokenResponseOutput
StripePrivy token response containing appId, basicAuthToken, and optionally authorizationSignature
Types
Properties
Link copied to clipboard
Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true)
Link copied to clipboard
Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header
Link copied to clipboard
Unix timestamp in milliseconds when the authorization signature expires. Set as privy-request-expiry header.
Functions
Link copied to clipboard
inline fun copy(block: StripePrivyTokenResponseOutput.Builder.() -> Unit = {}): StripePrivyTokenResponseOutput