| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUserPoolResourceServer.Jsii$Default
Internal default implementation for
IUserPoolResourceServer. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IUserPoolResourceServer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
UserPoolResourceServer
(experimental) Defines a User Pool OAuth2.0 Resource Server.
|
| Modifier and Type | Method and Description |
|---|---|
static IUserPoolResourceServer |
UserPoolResourceServer.fromUserPoolResourceServerId(software.constructs.Construct scope,
String id,
String userPoolResourceServerId)
(experimental) Import a user pool resource client given its id.
|
| Modifier and Type | Method and Description |
|---|---|
static OAuthScope |
OAuthScope.resourceServer(IUserPoolResourceServer server,
ResourceServerScope scope)
(experimental) Adds a custom scope that's tied to a resource server in your stack.
|
Copyright © 2021. All rights reserved.