| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static OAuthScope |
OAuthScope.COGNITO_ADMIN
(experimental) Grants access to Amazon Cognito User Pool API operations that require access tokens, such as UpdateUserAttributes and VerifyUserAttribute.
|
static OAuthScope |
OAuthScope.EMAIL
(experimental) Grants access to the 'email' and 'email_verified' claims.
|
static OAuthScope |
OAuthScope.OPENID
(experimental) Returns all user attributes in the ID token that are readable by the client.
|
static OAuthScope |
OAuthScope.PHONE
(experimental) Grants access to the 'phone_number' and 'phone_number_verified' claims.
|
static OAuthScope |
OAuthScope.PROFILE
(experimental) Grants access to all user attributes that are readable by the client Automatically includes access to `OAuthScope.OPENID`.
|
| Modifier and Type | Method and Description |
|---|---|
static OAuthScope |
OAuthScope.custom(String name)
(experimental) Custom scope is one that you define for your own resource server in the Resource Servers.
|
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 |
|---|---|
default List<OAuthScope> |
OAuthSettings.getScopes()
(experimental) OAuth scopes that are allowed with this client.
|
List<OAuthScope> |
OAuthSettings.Jsii$Proxy.getScopes() |
| Modifier and Type | Method and Description |
|---|---|
OAuthSettings.Builder |
OAuthSettings.Builder.scopes(List<? extends OAuthScope> scopes)
Sets the value of
OAuthSettings.getScopes() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> callbackUrls,
OAuthFlows flows,
List<String> logoutUrls,
List<? extends OAuthScope> scopes)
Constructor that initializes the object based on literal property values passed by the
OAuthSettings.Builder. |
Copyright © 2021. All rights reserved.