Interface IUserPoolClient

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IResource, IUserPoolClientRef, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IUserPoolClient.Jsii$Default
All Known Implementing Classes:
IUserPoolClient.Jsii$Proxy, UserPoolClient

@Generated(value="jsii-pacmak/1.129.0 (build eaca441)", date="2026-05-13T16:55:06.029Z") @Stability(Stable) public interface IUserPoolClient extends software.amazon.jsii.JsiiSerializable, IResource, IUserPoolClientRef
Represents a Cognito user pool client.
  • Method Details

    • getUserPoolClientId

      @Stability(Stable) @NotNull String getUserPoolClientId()
      Name of the application client.
    • getUserPoolClientSecret

      @Stability(Stable) @NotNull SecretValue getUserPoolClientSecret()
      The generated client secret.

      Only available if the "generateSecret" props is set to true