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

Public Member Functions

 Index (Oauth.Index parent)
 
string Path (bool withParameter=false)
 
async Task< TokenInfoPost (GetTokenRequest getTokenRequest, RestRequestConfig restRequestConfig=null)
 Returns access (and potentially refresh) tokens for making API requests. 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/token Rate Limit Group: Auth More...
 

Public Attributes

Oauth.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Post()

async Task<TokenInfo> RingCentral.Paths.Restapi.Oauth.Token.Index.Post ( GetTokenRequest  getTokenRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns access (and potentially refresh) tokens for making API requests. 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/token Rate Limit Group: Auth


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