| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.accessTokenValidity(Number accessTokenValidity)
The access token time limit.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthFlows(List<String> allowedOAuthFlows)
The allowed OAuth flows.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Amazon Cognito user pools.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthFlowsUserPoolClient(IResolvable allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Amazon Cognito user pools.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthScopes(List<String> allowedOAuthScopes)
The allowed OAuth scopes.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.analyticsConfiguration(CfnUserPoolClient.AnalyticsConfigurationProperty analyticsConfiguration)
The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.analyticsConfiguration(IResolvable analyticsConfiguration)
The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.authSessionValidity(Number authSessionValidity)
`AWS::Cognito::UserPoolClient.AuthSessionValidity`.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.callbackUrLs(List<String> callbackUrLs)
A list of allowed redirect (callback) URLs for the IdPs.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.clientName(String clientName)
The client name for the user pool client you would like to create.
|
static CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.create(software.constructs.Construct scope,
String id) |
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.defaultRedirectUri(String defaultRedirectUri)
The default redirect URI.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.enablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData)
`AWS::Cognito::UserPoolClient.EnablePropagateAdditionalUserContextData`.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.enablePropagateAdditionalUserContextData(IResolvable enablePropagateAdditionalUserContextData)
`AWS::Cognito::UserPoolClient.EnablePropagateAdditionalUserContextData`.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.enableTokenRevocation(Boolean enableTokenRevocation)
Activates or deactivates token revocation.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.enableTokenRevocation(IResolvable enableTokenRevocation)
Activates or deactivates token revocation.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.explicitAuthFlows(List<String> explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.generateSecret(Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.generateSecret(IResolvable generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.idTokenValidity(Number idTokenValidity)
The ID token time limit.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.logoutUrLs(List<String> logoutUrLs)
A list of allowed logout URLs for the IdPs.
|
CfnUserPoolClient.Builder |
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 |
CfnUserPoolClient.Builder.readAttributes(List<String> readAttributes)
The read attributes.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.refreshTokenValidity(Number refreshTokenValidity)
The refresh token time limit.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.supportedIdentityProviders(List<String> supportedIdentityProviders)
A list of provider names for the IdPs that this client supports.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.tokenValidityUnits(CfnUserPoolClient.TokenValidityUnitsProperty tokenValidityUnits)
The units in which the validity times are represented.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.tokenValidityUnits(IResolvable tokenValidityUnits)
The units in which the validity times are represented.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool where you want to create a user pool client.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.writeAttributes(List<String> writeAttributes)
The user pool attributes that the app client can write to.
|
Copyright © 2022. All rights reserved.