Class Index
java.lang.Object
com.ringcentral.paths.restapi.oauth.revoke.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(RevokeTokenRequest revokeTokenRequest) post
(RevokeTokenRequest revokeTokenRequest, RevokeTokenParameters queryParams) Revokes all active access/refresh tokens and invalidates the OAuth session basing on token provided.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public String post(RevokeTokenRequest revokeTokenRequest, RevokeTokenParameters queryParams) throws RestException, IOException Revokes all active access/refresh tokens and invalidates the OAuth session basing on token provided. `token` parameter may be passed in query string or body and may represent access or refresh token.Depending on client application type requests to this endpoint may require authentication with HTTP Basic scheme using registered client ID and client secret as login and password, correspondingly.
HTTP Method: post Endpoint: /restapi/oauth/revoke Rate Limit Group: Auth
- Throws:
RestException
IOException
-
post
- Throws:
RestException
IOException
-