Builder

class Builder

Properties

Link copied to clipboard

The app ID provided by Privy.

Link copied to clipboard

The app secret provided by Privy.

Link copied to clipboard

A reference to the AWS Secrets Manager secret that stores the app secret. This includes the secret ID and the JSON key used to extract the app secret value from the secret. Required when appSecretSource is set to EXTERNAL.

Link copied to clipboard

The source type of the app secret. Use MANAGED if the secret is managed by the service, or EXTERNAL if you manage the secret yourself in AWS Secrets Manager.

Link copied to clipboard

The authorization ID for the Stripe Privy integration.

Link copied to clipboard

The authorization private key for the Stripe Privy integration.

Link copied to clipboard

A reference to the AWS Secrets Manager secret that stores the authorization private key. This includes the secret ID and the JSON key used to extract the authorization private key value from the secret. Required when authorizationPrivateKeySource is set to EXTERNAL.

Link copied to clipboard

The source type of the authorization private key. Use MANAGED if the secret is managed by the service, or EXTERNAL if you manage the secret yourself in AWS Secrets Manager.