Uses of Class
software.amazon.awscdk.services.cognito.ResourceServerScope
Packages that use ResourceServerScope
-
Uses of ResourceServerScope in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return ResourceServerScopeMethods in software.amazon.awscdk.services.cognito that return types with arguments of type ResourceServerScopeModifier and TypeMethodDescriptiondefault List<ResourceServerScope>
UserPoolResourceServerOptions.getScopes()
Oauth scopes.final List<ResourceServerScope>
UserPoolResourceServerOptions.Jsii$Proxy.getScopes()
final List<ResourceServerScope>
UserPoolResourceServerProps.Jsii$Proxy.getScopes()
Methods in software.amazon.awscdk.services.cognito with parameters of type ResourceServerScopeModifier and TypeMethodDescriptionstatic OAuthScope
OAuthScope.resourceServer
(IUserPoolResourceServer server, ResourceServerScope scope) Adds a custom scope that's tied to a resource server in your stack.Method parameters in software.amazon.awscdk.services.cognito with type arguments of type ResourceServerScopeModifier and TypeMethodDescriptionUserPoolResourceServer.Builder.scopes
(List<? extends ResourceServerScope> scopes) Oauth scopes.UserPoolResourceServerOptions.Builder.scopes
(List<? extends ResourceServerScope> scopes) Sets the value ofUserPoolResourceServerOptions.getScopes()
UserPoolResourceServerProps.Builder.scopes
(List<? extends ResourceServerScope> scopes) Sets the value ofUserPoolResourceServerOptions.getScopes()