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 default GrantedScopesGetResponseAuthleteApi. 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).GrantedScopesGetResponseAuthleteApi. getGrantedScopes(long clientId, String subject, Options options)Get the set of scopes that a user has granted to a client application (call Authlete's/client/granted_scopes/get/{clientId}API).GrantedScopesGetResponseAuthleteApiImplV3. getGrantedScopes(long clientId, String subject, Options options)
-