Uses of Class
com.authlete.common.dto.TokenRevokeRequest
-
Packages that use TokenRevokeRequest 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 TokenRevokeRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type TokenRevokeRequest Modifier and Type Method Description TokenRevokeResponse
AuthleteApi. tokenRevoke(TokenRevokeRequest request)
Call Authlete's/auth/token/revoke
API. -
Uses of TokenRevokeRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenRevokeRequest Modifier and Type Method Description TokenRevokeRequest
TokenRevokeRequest. setAccessTokenIdentifier(String identifier)
Set the identifier of an access token to revoke.TokenRevokeRequest
TokenRevokeRequest. setClientIdentifier(String identifier)
Set the identifier of a client.TokenRevokeRequest
TokenRevokeRequest. setRefreshTokenIdentifier(String identifier)
Set the identifier of a refresh token to revoke.TokenRevokeRequest
TokenRevokeRequest. setSubject(String subject)
Set the subject of a resource owner.
-