Class StripePrivyTokenResponseOutput
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.StripePrivyTokenResponseOutput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StripePrivyTokenResponseOutput.Builder,StripePrivyTokenResponseOutput>
@Generated("software.amazon.awssdk:codegen")
public final class StripePrivyTokenResponseOutput
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<StripePrivyTokenResponseOutput.Builder,StripePrivyTokenResponseOutput>
Stripe Privy token response containing appId, basicAuthToken, and optionally authorizationSignature.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringappId()The Privy app ID for the privy-app-id header.final StringBase64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true).final StringBase64-encoded Basic Auth token (appId:appSecret) for the Authorization header.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LongUnix timestamp in milliseconds when the authorization signature expires.static Class<? extends StripePrivyTokenResponseOutput.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
authorizationSignature
Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true).
- Returns:
- Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true).
-
requestExpiry
Unix timestamp in milliseconds when the authorization signature expires.
- Returns:
- Unix timestamp in milliseconds when the authorization signature expires.
-
appId
The Privy app ID for the privy-app-id header.
- Returns:
- The Privy app ID for the privy-app-id header.
-
basicAuthToken
Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header.
- Returns:
- Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StripePrivyTokenResponseOutput.Builder,StripePrivyTokenResponseOutput>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-