Class Index
java.lang.Object
com.ringcentral.paths.restapi.oauth.authorize.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Performs OAuth 2.0 authorization (GET version) HTTP Method: get Endpoint: /restapi/oauth/authorize Rate Limit Group: Authpath()
post
(AuthorizeRequest authorizeRequest) Performs OAuth 2.0 authorization (POST version) HTTP Method: post Endpoint: /restapi/oauth/authorize Rate Limit Group: Auth
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Performs OAuth 2.0 authorization (GET version) HTTP Method: get Endpoint: /restapi/oauth/authorize Rate Limit Group: Auth- Throws:
RestException
IOException
-
post
Performs OAuth 2.0 authorization (POST version) HTTP Method: post Endpoint: /restapi/oauth/authorize Rate Limit Group: Auth- Throws:
RestException
IOException
-