Uses of Interface
software.amazon.awscdk.services.cognito.IUserPoolClient
Packages that use IUserPoolClient
Package
Description
Amazon Cognito Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of IUserPoolClient in software.amazon.awscdk.services.cognito
Subinterfaces of IUserPoolClient in software.amazon.awscdk.services.cognitoModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolClient.Classes in software.amazon.awscdk.services.cognito that implement IUserPoolClientModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefine a UserPool App Client.Methods in software.amazon.awscdk.services.cognito that return IUserPoolClientModifier and TypeMethodDescriptionstatic IUserPoolClientUserPoolClient.fromUserPoolClientId(software.constructs.Construct scope, String id, String userPoolClientId) Import a user pool client given its id. -
Uses of IUserPoolClient in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions that return IUserPoolClientModifier and TypeMethodDescriptionAuthenticateCognitoActionProps.getUserPoolClient()The Amazon Cognito user pool client.final IUserPoolClientAuthenticateCognitoActionProps.Jsii$Proxy.getUserPoolClient()Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions with parameters of type IUserPoolClientModifier and TypeMethodDescriptionAuthenticateCognitoAction.Builder.userPoolClient(IUserPoolClient userPoolClient) The Amazon Cognito user pool client.AuthenticateCognitoActionProps.Builder.userPoolClient(IUserPoolClient userPoolClient) Sets the value ofAuthenticateCognitoActionProps.getUserPoolClient()