Interface IUserPoolClient

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

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:21.431Z") @Stability(Stable) public interface IUserPoolClient extends software.amazon.jsii.JsiiSerializable, IResource
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