| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ResourceServerScope |
ResourceServerScope.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
default List<ResourceServerScope> |
UserPoolResourceServerOptions.getScopes()
(experimental) Oauth scopes.
|
List<ResourceServerScope> |
UserPoolResourceServerOptions.Jsii$Proxy.getScopes() |
List<ResourceServerScope> |
UserPoolResourceServerProps.Jsii$Proxy.getScopes() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolResourceServerOptions.Builder |
UserPoolResourceServerOptions.Builder.scopes(List<? extends ResourceServerScope> scopes)
Sets the value of
UserPoolResourceServerOptions.getScopes() |
UserPoolResourceServer.Builder |
UserPoolResourceServer.Builder.scopes(List<? extends ResourceServerScope> scopes)
(experimental) Oauth scopes.
|
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.scopes(List<? extends ResourceServerScope> scopes)
Sets the value of
UserPoolResourceServerOptions.getScopes() |
| Constructor and Description |
|---|
Jsii$Proxy(IUserPool userPool,
String identifier,
List<? extends ResourceServerScope> scopes,
String userPoolResourceServerName)
Constructor that initializes the object based on literal property values passed by the
UserPoolResourceServerProps.Builder. |
Jsii$Proxy(String identifier,
List<? extends ResourceServerScope> scopes,
String userPoolResourceServerName)
Constructor that initializes the object based on literal property values passed by the
UserPoolResourceServerOptions.Builder. |
Copyright © 2021. All rights reserved.