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 default TokenRevokeResponseAuthleteApi. tokenRevoke(TokenRevokeRequest request)Call Authlete's/auth/token/revokeAPI.TokenRevokeResponseAuthleteApi. tokenRevoke(TokenRevokeRequest request, Options options)Call Authlete's/auth/token/revokeAPI.TokenRevokeResponseAuthleteApiImplV3. tokenRevoke(TokenRevokeRequest request, Options options)Call/api/{serviceId}/auth/token/revokeAPI. -
Uses of TokenRevokeResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenRevokeResponse Modifier and Type Method Description TokenRevokeResponseTokenRevokeResponse. setCount(int count)Set the number of revoked tokens.
-