Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 798 Bytes

File metadata and controls

11 lines (8 loc) · 798 Bytes

Oauth2AccessTokenBody

Properties

Name Type Description Notes
app_id str The App ID applied by the developer. It can be found in the Basic Information section for you app under My Apps. [required]
auth_code str Authorization code provided once the callback is complete. [required]
secret str The private key of the developer's App. It can be found in the Basic Information section for your app under My Apps. [required]

[Back to Model list] [Back to API list] [Back to README]