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.125.0 (build fdbe357)", date="2026-01-19T12:03:51.530Z") @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