Uses of Interface
software.amazon.awscdk.services.cognito.identitypool.IUserPoolAuthenticationProvider
Packages that use IUserPoolAuthenticationProvider
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IUserPoolAuthenticationProvider in software.amazon.awscdk.services.cognito.identitypool
Subinterfaces of IUserPoolAuthenticationProvider in software.amazon.awscdk.services.cognito.identitypoolModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolAuthenticationProvider.Classes in software.amazon.awscdk.services.cognito.identitypool that implement IUserPoolAuthenticationProviderModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefines a User Pool Authentication Provider.Methods in software.amazon.awscdk.services.cognito.identitypool that return types with arguments of type IUserPoolAuthenticationProviderModifier and TypeMethodDescriptiondefault List<IUserPoolAuthenticationProvider> IdentityPoolAuthenticationProviders.getUserPools()The User Pool Authentication Providers associated with this Identity Pool.IdentityPoolAuthenticationProviders.Jsii$Proxy.getUserPools()Methods in software.amazon.awscdk.services.cognito.identitypool with parameters of type IUserPoolAuthenticationProviderModifier and TypeMethodDescriptionvoidIdentityPool.addUserPoolAuthentication(IUserPoolAuthenticationProvider userPool) Add a User Pool to the Identity Pool and configure the User Pool client to handle identities.Method parameters in software.amazon.awscdk.services.cognito.identitypool with type arguments of type IUserPoolAuthenticationProviderModifier and TypeMethodDescriptionIdentityPoolAuthenticationProviders.Builder.userPools(List<? extends IUserPoolAuthenticationProvider> userPools) Sets the value ofIdentityPoolAuthenticationProviders.getUserPools()