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