RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Restapi.Oauth.Revoke.Index Class Reference
Collaboration diagram for RingCentral.Paths.Restapi.Oauth.Revoke.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (Oauth.Index parent)
 
string Path (bool withParameter=false)
 
async Task< string > Post (RevokeTokenRequest revokeTokenRequest, RevokeTokenParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 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 More...
 

Public Attributes

Oauth.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Post()

async Task<string> RingCentral.Paths.Restapi.Oauth.Revoke.Index.Post ( RevokeTokenRequest  revokeTokenRequest,
RevokeTokenParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

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


The documentation for this class was generated from the following file: