| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito.identitypool |
Amazon Cognito Identity Pool Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUserPoolAuthenticationProvider.Jsii$Default
Internal default implementation for
IUserPoolAuthenticationProvider. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IUserPoolAuthenticationProvider.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
UserPoolAuthenticationProvider
(experimental) Defines a User Pool Authentication Provider.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IUserPoolAuthenticationProvider> |
IdentityPoolAuthenticationProviders.getUserPools()
(experimental) The User Pool Authentication Providers associated with this Identity Pool.
|
List<IUserPoolAuthenticationProvider> |
IdentityPoolAuthenticationProviders.Jsii$Proxy.getUserPools() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityPool.addUserPoolAuthentication(IUserPoolAuthenticationProvider userPool)
(experimental) Add a User Pool to the IdentityPool and configure User Pool Client to handle identities.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityPoolAuthenticationProviders.Builder |
IdentityPoolAuthenticationProviders.Builder.userPools(List<? extends IUserPoolAuthenticationProvider> userPools)
Sets the value of
IdentityPoolAuthenticationProviders.getUserPools() |
Copyright © 2022. All rights reserved.