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