Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 727 Bytes

File metadata and controls

13 lines (10 loc) · 727 Bytes

TokenRequest

Properties

Name Type Description Notes
code string
client_id string OAuth API key that is a public identifier for app
client_secret string OAuth client secret that is a private secret known only to app and authorization server
redirect_uri string Authorization server will redirect the user back to the application via redirect url
grant_type string Type of grant used to get an access token

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