Uses of Class
software.amazon.awscdk.services.cognito.identitypool.IdentityPool.Builder
Packages that use IdentityPool.Builder
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IdentityPool.Builder in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return IdentityPool.BuilderModifier and TypeMethodDescriptionIdentityPool.Builder.allowClassicFlow(Boolean allowClassicFlow) (experimental) Enables the Basic (Classic) authentication flow.IdentityPool.Builder.allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities) (experimental) Wwhether the identity pool supports unauthenticated logins.IdentityPool.Builder.authenticatedRole(IRole authenticatedRole) (experimental) The Default Role to be assumed by Authenticated Users.IdentityPool.Builder.authenticationProviders(IdentityPoolAuthenticationProviders authenticationProviders) (experimental) Authentication providers for using in identity pool.static IdentityPool.BuilderIdentityPool.Builder.identityPoolName(String identityPoolName) (experimental) The name of the Identity Pool.IdentityPool.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) (experimental) Rules for mapping roles to users.IdentityPool.Builder.unauthenticatedRole(IRole unauthenticatedRole) (experimental) The Default Role to be assumed by Unauthenticated Users.