Interface StripePrivyConfigurationInput.Builder

  • Method Details

    • appId

      The app ID provided by Privy.

      Parameters:
      appId - The app ID provided by Privy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appSecret

      The app secret provided by Privy.

      Parameters:
      appSecret - The app secret provided by Privy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authorizationPrivateKey

      StripePrivyConfigurationInput.Builder authorizationPrivateKey(String authorizationPrivateKey)

      The authorization private key for the Stripe Privy integration.

      Parameters:
      authorizationPrivateKey - The authorization private key for the Stripe Privy integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authorizationId

      StripePrivyConfigurationInput.Builder authorizationId(String authorizationId)

      The authorization ID for the Stripe Privy integration.

      Parameters:
      authorizationId - The authorization ID for the Stripe Privy integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.