Uses of Class
com.authlete.common.dto.GrantedScopesGetResponse
-
Packages that use GrantedScopesGetResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of GrantedScopesGetResponse in com.authlete.common.api
Methods in com.authlete.common.api that return GrantedScopesGetResponse Modifier and Type Method Description GrantedScopesGetResponse
AuthleteApi. getGrantedScopes(long clientId, String subject)
Get the set of scopes that a user has granted to a client application (call Authlete's/client/granted_scopes/get/{clientId}
API).
-