Uses of Class
com.authlete.common.dto.TokenRevokeResponse
-
Packages that use TokenRevokeResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of TokenRevokeResponse in com.authlete.common.api
Methods in com.authlete.common.api that return TokenRevokeResponse Modifier and Type Method Description TokenRevokeResponse
AuthleteApi. tokenRevoke(TokenRevokeRequest request)
Call Authlete's/auth/token/revoke
API. -
Uses of TokenRevokeResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenRevokeResponse Modifier and Type Method Description TokenRevokeResponse
TokenRevokeResponse. setCount(int count)
Set the number of revoked tokens.
-