Interface StripePrivyTokenResponseOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StripePrivyTokenResponseOutput.Builder,,StripePrivyTokenResponseOutput> SdkBuilder<StripePrivyTokenResponseOutput.Builder,,StripePrivyTokenResponseOutput> SdkPojo
- Enclosing class:
StripePrivyTokenResponseOutput
@Mutable
@NotThreadSafe
public static interface StripePrivyTokenResponseOutput.Builder
extends SdkPojo, CopyableBuilder<StripePrivyTokenResponseOutput.Builder,StripePrivyTokenResponseOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe Privy app ID for the privy-app-id headerauthorizationSignature(String authorizationSignature) Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true)basicAuthToken(String basicAuthToken) Base64-encoded Basic Auth token (appId:appSecret) for the Authorization headerrequestExpiry(Long requestExpiry) Unix timestamp in milliseconds when the authorization signature expires.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
authorizationSignature
Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true)
- Parameters:
authorizationSignature- Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestExpiry
Unix timestamp in milliseconds when the authorization signature expires. Set as privy-request-expiry header.
- Parameters:
requestExpiry- Unix timestamp in milliseconds when the authorization signature expires. Set as privy-request-expiry header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appId
The Privy app ID for the privy-app-id header
- Parameters:
appId- The Privy app ID for the privy-app-id header- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
basicAuthToken
Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header
- Parameters:
basicAuthToken- Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header- Returns:
- Returns a reference to this object so that method calls can be chained together.
-