Uses of Interface
software.amazon.awscdk.services.cognito.IUserPoolClient
Packages that use IUserPoolClient
Package
Description
AWS APIGatewayv2 Authorizers
Amazon Cognito Construct Library
Amazon Cognito Identity Pool Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of IUserPoolClient in software.amazon.awscdk.services.apigatewayv2.authorizers
Methods in software.amazon.awscdk.services.apigatewayv2.authorizers that return types with arguments of type IUserPoolClientModifier and TypeMethodDescriptiondefault List<IUserPoolClient>HttpUserPoolAuthorizerProps.getUserPoolClients()(experimental) 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.services.apigatewayv2.authorizers with type arguments of type IUserPoolClientModifier and TypeMethodDescriptionHttpUserPoolAuthorizer.Builder.userPoolClients(List<? extends IUserPoolClient> userPoolClients) (experimental) 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.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()(experimental) 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 TypeMethodDescriptionUserPoolAuthenticationProvider.Builder.userPoolClient(IUserPoolClient userPoolClient) (experimental) 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()