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.GrantScope
GrantScope. setResource(String[] resource)
Set the resource.GrantScope
GrantScope. setScope(String scope)
Set the space-delimited scopes.Methods in com.authlete.common.dto with parameters of type GrantScope Modifier and Type Method Description Grant
Grant. setScopes(GrantScope[] scopes)
Set the grant scopes.
-