Uses of Class
software.amazon.awscdk.services.cognito.CfnUserPoolClient.Builder
Packages that use CfnUserPoolClient.Builder
-
Uses of CfnUserPoolClient.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return CfnUserPoolClient.BuilderModifier and TypeMethodDescriptionCfnUserPoolClient.Builder.accessTokenValidity(Number accessTokenValidity) The access token time limit.CfnUserPoolClient.Builder.allowedOAuthFlows(List<String> allowedOAuthFlows) The allowed OAuth flows.CfnUserPoolClient.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) Set totrueto use OAuth 2.0 features in your user pool app client.CfnUserPoolClient.Builder.allowedOAuthFlowsUserPoolClient(IResolvable allowedOAuthFlowsUserPoolClient) Set totrueto use OAuth 2.0 features in your user pool app client.CfnUserPoolClient.Builder.allowedOAuthScopes(List<String> allowedOAuthScopes) The allowed OAuth scopes.CfnUserPoolClient.Builder.analyticsConfiguration(IResolvable analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.CfnUserPoolClient.Builder.analyticsConfiguration(CfnUserPoolClient.AnalyticsConfigurationProperty analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.CfnUserPoolClient.Builder.authSessionValidity(Number authSessionValidity) Amazon Cognito creates a session token for each API request in an authentication flow.CfnUserPoolClient.Builder.callbackUrLs(List<String> callbackUrLs) A list of allowed redirect (callback) URLs for the IdPs.CfnUserPoolClient.Builder.clientName(String clientName) The client name for the user pool client you would like to create.static CfnUserPoolClient.BuilderCfnUserPoolClient.Builder.defaultRedirectUri(String defaultRedirectUri) The default redirect URI.CfnUserPoolClient.Builder.enablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData) Activates the propagation of additional user context data.CfnUserPoolClient.Builder.enablePropagateAdditionalUserContextData(IResolvable enablePropagateAdditionalUserContextData) Activates the propagation of additional user context data.CfnUserPoolClient.Builder.enableTokenRevocation(Boolean enableTokenRevocation) Activates or deactivates token revocation.CfnUserPoolClient.Builder.enableTokenRevocation(IResolvable enableTokenRevocation) Activates or deactivates token revocation.CfnUserPoolClient.Builder.explicitAuthFlows(List<String> explicitAuthFlows) The authentication flows that you want your user pool client to support.CfnUserPoolClient.Builder.generateSecret(Boolean generateSecret) Boolean to specify whether you want to generate a secret for the user pool client being created.CfnUserPoolClient.Builder.generateSecret(IResolvable generateSecret) Boolean to specify whether you want to generate a secret for the user pool client being created.CfnUserPoolClient.Builder.idTokenValidity(Number idTokenValidity) The ID token time limit.CfnUserPoolClient.Builder.logoutUrLs(List<String> logoutUrLs) A list of allowed logout URLs for the IdPs.CfnUserPoolClient.Builder.preventUserExistenceErrors(String preventUserExistenceErrors) Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account confirmation, and password recovery when the user does not exist in the user pool.CfnUserPoolClient.Builder.readAttributes(List<String> readAttributes) The list of user attributes that you want your app client to have read-only access to.CfnUserPoolClient.Builder.refreshTokenValidity(Number refreshTokenValidity) The refresh token time limit.CfnUserPoolClient.Builder.supportedIdentityProviders(List<String> supportedIdentityProviders) A list of provider names for the identity providers (IdPs) that are supported on this client.CfnUserPoolClient.Builder.tokenValidityUnits(IResolvable tokenValidityUnits) The units in which the validity times are represented.CfnUserPoolClient.Builder.tokenValidityUnits(CfnUserPoolClient.TokenValidityUnitsProperty tokenValidityUnits) The units in which the validity times are represented.CfnUserPoolClient.Builder.userPoolId(String userPoolId) The user pool ID for the user pool where you want to create a user pool client.CfnUserPoolClient.Builder.writeAttributes(List<String> writeAttributes) The list of user attributes that you want your app client to have write access to.