Uses of Interface
software.amazon.awscdk.services.cognito.identitypool.alpha.IUserPoolAuthenticationProvider
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IUserPoolAuthenticationProvider in software.amazon.awscdk.services.cognito.identitypool.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIUserPoolAuthenticationProvider
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) Defines a User Pool Authentication Provider.Modifier and TypeMethodDescriptiondefault List<IUserPoolAuthenticationProvider>
IdentityPoolAuthenticationProviders.getUserPools()
(experimental) The User Pool Authentication Providers associated with this Identity Pool.IdentityPoolAuthenticationProviders.Jsii$Proxy.getUserPools()
Modifier and TypeMethodDescriptionvoid
IdentityPool.addUserPoolAuthentication
(IUserPoolAuthenticationProvider userPool) (experimental) Add a User Pool to the Identity Pool and configure the User Pool client to handle identities.Modifier and TypeMethodDescriptionIdentityPoolAuthenticationProviders.Builder.userPools
(List<? extends IUserPoolAuthenticationProvider> userPools) Sets the value ofIdentityPoolAuthenticationProviders.getUserPools()