Class AuthenticationApi.Revoke
java.lang.Object
de.xima.fc.api.rest.pub.client.security.ApiCall<AuthenticationApi.Revoke>
de.xima.fc.api.rest.pub.client.security.EndpointCategoryCall<AuthenticationApi.Revoke>
de.xima.fc.api.rest.pub.client.security.api.AuthenticationApi.Revoke
- Enclosing class:
AuthenticationApi
Handler for the
revoke API method that lets you choose the content type
via the Accept header.-
Field Summary
Fields inherited from class ApiCall
accept, apiCallInterceptor, authentications, authNames, body, cookieParams, headerParams, method, path, properties, queryParams, returnTypes -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends EndpointCategory> Calls the API without anAcceptheader.protected AuthenticationApi.Revokeself()Methods inherited from class ApiCall
accept, accept, apiCallInterceptor, apiCallInterceptor, authentication, authentications, authentications, authNames, authNames, body, body, body, cookieParam, cookieParams, cookieParams, headerParam, headerParams, headerParams, method, method, path, path, properties, properties, property, queryParam, queryParams, queryParams, returnTypes, returnTypes
-
Method Details
-
self
- Specified by:
selfin classApiCall<AuthenticationApi.Revoke>
-
endpointCategory
- Specified by:
endpointCategoryin classEndpointCategoryCall<AuthenticationApi.Revoke>- Returns:
- The endpoint category that created this API call.
-
requestNoContent
Calls the API without anAcceptheader.Revokes an refresh token. Revokes an given refresh token.
Status codes that may be returned by this API call:
- 200 - If no error occurs during the revokation.
- 500 - Internal server error.
- Returns:
- A completion stage that resolves with the data returned by the API.
-