Uses of Class
software.amazon.awscdk.services.cognito.OAuthScope
-
Uses of OAuthScope in software.amazon.awscdk.services.cognito
Modifier and TypeFieldDescriptionstatic final OAuthScope
OAuthScope.COGNITO_ADMIN
Grants access to Amazon Cognito User Pool API operations that require access tokens, such as UpdateUserAttributes and VerifyUserAttribute.static final OAuthScope
OAuthScope.EMAIL
Grants access to the 'email' and 'email_verified' claims.static final OAuthScope
OAuthScope.OPENID
Returns all user attributes in the ID token that are readable by the client.static final OAuthScope
OAuthScope.PHONE
Grants access to the 'phone_number' and 'phone_number_verified' claims.static final OAuthScope
OAuthScope.PROFILE
Grants access to all user attributes that are readable by the client Automatically includes access toOAuthScope.OPENID
.Modifier and TypeMethodDescriptionstatic OAuthScope
Custom scope is one that you define for your own resource server in the Resource Servers.static OAuthScope
OAuthScope.resourceServer
(IUserPoolResourceServer server, ResourceServerScope scope) Adds a custom scope that's tied to a resource server in your stack.Modifier and TypeMethodDescriptiondefault List<OAuthScope>
OAuthSettings.getScopes()
OAuth scopes that are allowed with this client.final List<OAuthScope>
OAuthSettings.Jsii$Proxy.getScopes()
Modifier and TypeMethodDescriptionOAuthSettings.Builder.scopes
(List<? extends OAuthScope> scopes) Sets the value ofOAuthSettings.getScopes()