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

Public Member Functions

 Index (Oauth.Index parent)
 
string Path (bool withParameter=false)
 
async Task< TokenIntrospectionResponsePost (IntrospectTokenRequest introspectTokenRequest, RestRequestConfig restRequestConfig=null)
 Determines state and metadata for a given token (access token, refresh token or authorization code) 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/introspect Rate Limit Group: Auth App Permission: Interoperability More...
 

Public Attributes

Oauth.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Post()

async Task<TokenIntrospectionResponse> RingCentral.Paths.Restapi.Oauth.Introspect.Index.Post ( IntrospectTokenRequest  introspectTokenRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

Determines state and metadata for a given token (access token, refresh token or authorization code) 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/introspect Rate Limit Group: Auth App Permission: Interoperability


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