StripePrivyTokenResponseOutput
Stripe Privy token response containing appId, basicAuthToken, and optionally authorizationSignature.
Contents
- appId
-
The Privy app ID for the privy-app-id header.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[a-zA-Z0-9\-_]+Required: Yes
- basicAuthToken
-
Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 8192.
Required: Yes
-
Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 8192.
Required: No
- requestExpiry
-
Unix timestamp in milliseconds when the authorization signature expires.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: