Uses of Interface
software.amazon.awscdk.interfaces.cognito.IUserPoolClientRef
Packages that use IUserPoolClientRef
Package
Description
Amazon Cognito Construct Library
Amazon Cognito Identity Pool Construct Library
-
Uses of IUserPoolClientRef in software.amazon.awscdk.interfaces.cognito
Subinterfaces of IUserPoolClientRef in software.amazon.awscdk.interfaces.cognitoModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolClientRef.Classes in software.amazon.awscdk.interfaces.cognito that implement IUserPoolClientRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IUserPoolClientRef in software.amazon.awscdk.services.cognito
Subinterfaces of IUserPoolClientRef in software.amazon.awscdk.services.cognitoModifier and TypeInterfaceDescriptioninterfaceRepresents a Cognito user pool client.static interfaceInternal default implementation forIUserPoolClient.Classes in software.amazon.awscdk.services.cognito that implement IUserPoolClientRefModifier and TypeClassDescriptionclassTheAWS::Cognito::UserPoolClientresource specifies an Amazon Cognito user pool client.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a UserPool App Client. -
Uses of IUserPoolClientRef in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return IUserPoolClientRefModifier and TypeMethodDescriptiondefault IUserPoolClientRefUserPoolAuthenticationProviderProps.getUserPoolClient()The User Pool Client for the provided User Pool.final IUserPoolClientRefUserPoolAuthenticationProviderProps.Jsii$Proxy.getUserPoolClient()Methods in software.amazon.awscdk.services.cognito.identitypool with parameters of type IUserPoolClientRefModifier and TypeMethodDescriptionUserPoolAuthenticationProvider.Builder.userPoolClient(IUserPoolClientRef userPoolClient) The User Pool Client for the provided User Pool.UserPoolAuthenticationProviderProps.Builder.userPoolClient(IUserPoolClientRef userPoolClient) Sets the value ofUserPoolAuthenticationProviderProps.getUserPoolClient()