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

Public Member Functions

 Index (Oauth.Index parent)
 
string Path (bool withParameter=false)
 
async Task< string > Get (RestRequestConfig restRequestConfig=null)
 Performs OAuth 2.0 authorization (GET version) HTTP Method: get Endpoint: /restapi/oauth/authorize Rate Limit Group: Auth More...
 
async Task< string > Post (AuthorizeRequest authorizeRequest, RestRequestConfig restRequestConfig=null)
 Performs OAuth 2.0 authorization (POST version) HTTP Method: post Endpoint: /restapi/oauth/authorize Rate Limit Group: Auth More...
 

Public Attributes

Oauth.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

async Task<string> RingCentral.Paths.Restapi.Oauth.Authorize.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Performs OAuth 2.0 authorization (GET version) HTTP Method: get Endpoint: /restapi/oauth/authorize Rate Limit Group: Auth

◆ Post()

async Task<string> RingCentral.Paths.Restapi.Oauth.Authorize.Index.Post ( AuthorizeRequest  authorizeRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

Performs OAuth 2.0 authorization (POST version) HTTP Method: post Endpoint: /restapi/oauth/authorize Rate Limit Group: Auth


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