Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 703 Bytes

TokenRequest.md

File metadata and controls

13 lines (10 loc) · 703 Bytes

TokenRequest

Properties

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

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