@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.496Z") @Stability(value=Stable) public interface UserPoolResourceServerOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolResourceServerOptions.Builder
A builder for
UserPoolResourceServerOptions |
static class |
UserPoolResourceServerOptions.Jsii$Proxy
An implementation for
UserPoolResourceServerOptions |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolResourceServerOptions.Builder |
builder() |
String |
getIdentifier()
A unique resource server identifier for the resource server.
|
default List<ResourceServerScope> |
getScopes()
Oauth scopes.
|
default String |
getUserPoolResourceServerName()
A friendly name for the resource server.
|
@Stability(value=Stable) @NotNull String getIdentifier()
@Stability(value=Stable) @Nullable default List<ResourceServerScope> getScopes()
Default: - No scopes will be added
@Stability(value=Stable) @Nullable default String getUserPoolResourceServerName()
Default: - same as `identifier`
@Stability(value=Stable) static UserPoolResourceServerOptions.Builder builder()
Copyright © 2021. All rights reserved.