Uses of Class
software.amazon.awscdk.services.cognito.UserPoolClientOptions.Builder
-
Uses of UserPoolClientOptions.Builder in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptionUserPoolClientOptions.Builder.accessTokenValidity
(Duration accessTokenValidity) Sets the value ofUserPoolClientOptions.getAccessTokenValidity()
Sets the value ofUserPoolClientOptions.getAuthFlows()
UserPoolClientOptions.builder()
UserPoolClientOptions.Builder.disableOAuth
(Boolean disableOAuth) Sets the value ofUserPoolClientOptions.getDisableOAuth()
UserPoolClientOptions.Builder.enableTokenRevocation
(Boolean enableTokenRevocation) Sets the value ofUserPoolClientOptions.getEnableTokenRevocation()
UserPoolClientOptions.Builder.generateSecret
(Boolean generateSecret) Sets the value ofUserPoolClientOptions.getGenerateSecret()
UserPoolClientOptions.Builder.idTokenValidity
(Duration idTokenValidity) Sets the value ofUserPoolClientOptions.getIdTokenValidity()
UserPoolClientOptions.Builder.oAuth
(OAuthSettings oAuth) Sets the value ofUserPoolClientOptions.getOAuth()
UserPoolClientOptions.Builder.preventUserExistenceErrors
(Boolean preventUserExistenceErrors) Sets the value ofUserPoolClientOptions.getPreventUserExistenceErrors()
UserPoolClientOptions.Builder.readAttributes
(ClientAttributes readAttributes) Sets the value ofUserPoolClientOptions.getReadAttributes()
UserPoolClientOptions.Builder.refreshTokenValidity
(Duration refreshTokenValidity) Sets the value ofUserPoolClientOptions.getRefreshTokenValidity()
UserPoolClientOptions.Builder.supportedIdentityProviders
(List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders) Sets the value ofUserPoolClientOptions.getSupportedIdentityProviders()
UserPoolClientOptions.Builder.userPoolClientName
(String userPoolClientName) Sets the value ofUserPoolClientOptions.getUserPoolClientName()
UserPoolClientOptions.Builder.writeAttributes
(ClientAttributes writeAttributes) Sets the value ofUserPoolClientOptions.getWriteAttributes()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(UserPoolClientOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theUserPoolClientOptions.Builder
.