Uses of Class
com.authlete.common.dto.AuthorizationResponse
-
Packages that use AuthorizationResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of AuthorizationResponse in com.authlete.common.api
Methods in com.authlete.common.api that return AuthorizationResponse Modifier and Type Method Description AuthorizationResponse
AuthleteApi. authorization(AuthorizationRequest request)
Call Authlete's/auth/authorization
API.
-