StripePrivyTokenResponseOutput

Stripe Privy token response containing appId, basicAuthToken, and optionally authorizationSignature.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Privy app ID for the privy-app-id header.

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String