Uses of Class
com.authlete.common.dto.GrantScope
-
Packages that use GrantScope Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of GrantScope in com.authlete.common.dto
Methods in com.authlete.common.dto that return GrantScope Modifier and Type Method Description GrantScope[]Grant. getScopes()Get the grant scopes.GrantScopeGrantScope. setResource(String[] resource)Set the resource.GrantScopeGrantScope. setScope(String scope)Set the space-delimited scopes.Methods in com.authlete.common.dto with parameters of type GrantScope Modifier and Type Method Description GrantGrant. setScopes(GrantScope[] scopes)Set the grant scopes.
-