| 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()
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)
Adds a custom scope that's tied to a resource server in your stack.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolResourceServer.Builder |
UserPoolResourceServer.Builder.scopes(List<? extends ResourceServerScope> scopes)
Oauth scopes.
|
UserPoolResourceServerOptions.Builder |
UserPoolResourceServerOptions.Builder.scopes(List<? extends ResourceServerScope> scopes)
Sets the value of
UserPoolResourceServerOptions.getScopes() |
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.scopes(List<? extends ResourceServerScope> scopes)
Sets the value of
UserPoolResourceServerOptions.getScopes() |
Copyright © 2022. All rights reserved.