Uses of Interface
software.amazon.awscdk.interfaces.cognito.IUserPoolIdentityProviderRef
Packages that use IUserPoolIdentityProviderRef
Package
Description
Amazon Cognito Construct Library
-
Uses of IUserPoolIdentityProviderRef in software.amazon.awscdk.interfaces.cognito
Subinterfaces of IUserPoolIdentityProviderRef in software.amazon.awscdk.interfaces.cognitoModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolIdentityProviderRef.Classes in software.amazon.awscdk.interfaces.cognito that implement IUserPoolIdentityProviderRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IUserPoolIdentityProviderRef in software.amazon.awscdk.services.cognito
Subinterfaces of IUserPoolIdentityProviderRef in software.amazon.awscdk.services.cognitoModifier and TypeInterfaceDescriptioninterfaceRepresents a UserPoolIdentityProvider.static interfaceInternal default implementation forIUserPoolIdentityProvider.Classes in software.amazon.awscdk.services.cognito that implement IUserPoolIdentityProviderRefModifier and TypeClassDescriptionclassTheAWS::Cognito::UserPoolIdentityProviderresource creates an identity provider for a user pool.static final classA proxy class which represents a concrete javascript instance of this type.classRepresents an identity provider that integrates with Login with Amazon.classRepresents an identity provider that integrates with Apple.classRepresents an identity provider that integrates with Facebook Login.classRepresents an identity provider that integrates with Google.classRepresents an identity provider that integrates with OpenID Connect.classRepresents an identity provider that integrates with SAML.Methods in software.amazon.awscdk.services.cognito with parameters of type IUserPoolIdentityProviderRefModifier and TypeMethodDescriptiondefault voidIUserPool.Jsii$Default.registerIdentityProvider(IUserPoolIdentityProviderRef provider) Register an identity provider with this user pool.voidIUserPool.registerIdentityProvider(IUserPoolIdentityProviderRef provider) Register an identity provider with this user pool.voidUserPool.registerIdentityProvider(IUserPoolIdentityProviderRef provider) Register an identity provider with this user pool.