Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 678 Bytes

GrabOauthRequest.md

File metadata and controls

12 lines (9 loc) · 678 Bytes

# GrabOauthRequest

Properties

Name Type Description Notes
client_id string The client identifier issued to the client to obtain the OAuth 2.0 access_token.
client_secret string The client secret issued to the client to obtain the OAuth 2.0 access_token.
grant_type string The grant type for the client to obtain the OAuth 2.0 access_token.
scope string The scope for the client to obtain the OAuth 2.0 access_token.

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