Uses of Interface
software.amazon.awscdk.services.cognito.IUserPoolClient
Packages that use IUserPoolClient
Package
Description
AWS APIGatewayv2 Authorizers
Amazon Bedrock AgentCore Construct Library
Amazon Cognito Construct Library
Amazon Cognito Identity Pool Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of IUserPoolClient in software.amazon.awscdk.aws_apigatewayv2_authorizers
Methods in software.amazon.awscdk.aws_apigatewayv2_authorizers that return types with arguments of type IUserPoolClientModifier and TypeMethodDescriptiondefault List<IUserPoolClient> HttpUserPoolAuthorizerProps.getUserPoolClients()The user pool clients that should be used to authorize requests with the user pool.final List<IUserPoolClient> HttpUserPoolAuthorizerProps.Jsii$Proxy.getUserPoolClients()Method parameters in software.amazon.awscdk.aws_apigatewayv2_authorizers with type arguments of type IUserPoolClientModifier and TypeMethodDescriptionHttpUserPoolAuthorizer.Builder.userPoolClients(List<? extends IUserPoolClient> userPoolClients) The user pool clients that should be used to authorize requests with the user pool.HttpUserPoolAuthorizerProps.Builder.userPoolClients(List<? extends IUserPoolClient> userPoolClients) Sets the value ofHttpUserPoolAuthorizerProps.getUserPoolClients() -
Uses of IUserPoolClient in software.amazon.awscdk.services.bedrock.agentcore.alpha
Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha that return IUserPoolClientModifier and TypeMethodDescriptionGateway.getUserPoolClient()(experimental) The Cognito User Pool Client created for the gateway (if using default Cognito authorizer).Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha that return types with arguments of type IUserPoolClientModifier and TypeMethodDescriptiondefault List<IUserPoolClient> CognitoAuthorizerProps.getAllowedClients()(experimental) The allowed User Pool clients.final List<IUserPoolClient> CognitoAuthorizerProps.Jsii$Proxy.getAllowedClients()Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha with parameters of type IUserPoolClientModifier and TypeMethodDescriptionvoidGateway.setUserPoolClient(IUserPoolClient value) (experimental) The Cognito User Pool Client created for the gateway (if using default Cognito authorizer).Method parameters in software.amazon.awscdk.services.bedrock.agentcore.alpha with type arguments of type IUserPoolClientModifier and TypeMethodDescriptionCognitoAuthorizerProps.Builder.allowedClients(List<? extends IUserPoolClient> allowedClients) Sets the value ofCognitoAuthorizerProps.getAllowedClients()RuntimeAuthorizerConfiguration.usingCognito(IUserPool userPool, List<? extends IUserPoolClient> userPoolClients) (experimental) Use AWS Cognito User Pool authentication.RuntimeAuthorizerConfiguration.usingCognito(IUserPool userPool, List<? extends IUserPoolClient> userPoolClients, List<String> allowedAudience) (experimental) Use AWS Cognito User Pool authentication. -
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.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return IUserPoolClientModifier and TypeMethodDescriptiondefault IUserPoolClientUserPoolAuthenticationProviderProps.getUserPoolClient()The User Pool Client for the provided User Pool.final IUserPoolClientUserPoolAuthenticationProviderProps.Jsii$Proxy.getUserPoolClient()Methods in software.amazon.awscdk.services.cognito.identitypool with parameters of type IUserPoolClientModifier and TypeMethodDescriptionstatic IdentityPoolProviderUrlIdentityPoolProviderUrl.userPool(IUserPool userPool, IUserPoolClient userPoolClient) User Pool Provider Url.UserPoolAuthenticationProvider.Builder.userPoolClient(IUserPoolClient userPoolClient) The User Pool Client for the provided User Pool.UserPoolAuthenticationProviderProps.Builder.userPoolClient(IUserPoolClient userPoolClient) Sets the value ofUserPoolAuthenticationProviderProps.getUserPoolClient() -
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()