Uses of Interface
software.amazon.awscdk.services.cognito.IUserPoolResourceServer
-
Uses of IUserPoolResourceServer in software.amazon.awscdk.services.cognito
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIUserPoolResourceServer
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Defines a User Pool OAuth2.0 Resource Server.Modifier and TypeMethodDescriptionstatic IUserPoolResourceServer
UserPoolResourceServer.fromUserPoolResourceServerId
(software.constructs.Construct scope, String id, String userPoolResourceServerId) Import a user pool resource client given its id.Modifier and TypeMethodDescriptionstatic OAuthScope
OAuthScope.resourceServer
(IUserPoolResourceServer server, ResourceServerScope scope) Adds a custom scope that's tied to a resource server in your stack.