Uses of Class
software.amazon.awscdk.services.cognito.OAuthScope
Packages that use OAuthScope
-
Uses of OAuthScope in software.amazon.awscdk.services.cognito
Fields in software.amazon.awscdk.services.cognito declared as OAuthScopeModifier and TypeFieldDescriptionstatic final OAuthScopeOAuthScope.COGNITO_ADMINGrants access to Amazon Cognito User Pool API operations that require access tokens, such as UpdateUserAttributes and VerifyUserAttribute.static final OAuthScopeOAuthScope.EMAILGrants access to the 'email' and 'email_verified' claims.static final OAuthScopeOAuthScope.OPENIDReturns all user attributes in the ID token that are readable by the client.static final OAuthScopeOAuthScope.PHONEGrants access to the 'phone_number' and 'phone_number_verified' claims.static final OAuthScopeOAuthScope.PROFILEGrants access to all user attributes that are readable by the client Automatically includes access toOAuthScope.OPENID.Methods in software.amazon.awscdk.services.cognito that return OAuthScopeModifier and TypeMethodDescriptionstatic OAuthScopeCustom scope is one that you define for your own resource server in the Resource Servers.static OAuthScopeOAuthScope.resourceServer(IUserPoolResourceServer server, ResourceServerScope scope) Adds a custom scope that's tied to a resource server in your stack.Methods in software.amazon.awscdk.services.cognito that return types with arguments of type OAuthScopeModifier and TypeMethodDescriptiondefault List<OAuthScope>OAuthSettings.getScopes()OAuth scopes that are allowed with this client.final List<OAuthScope>OAuthSettings.Jsii$Proxy.getScopes()Method parameters in software.amazon.awscdk.services.cognito with type arguments of type OAuthScopeModifier and TypeMethodDescriptionOAuthSettings.Builder.scopes(List<? extends OAuthScope> scopes) Sets the value ofOAuthSettings.getScopes()