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