Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 657 Bytes

GrabOauthRequest.md

File metadata and controls

17 lines (9 loc) · 657 Bytes

GrabOauthRequest

Information about the GrabFood client getting an OAuth 2.0 access token from partners.

Properties

Name Type Description Notes
clientId String The client identifier issued to the client to obtain the OAuth 2.0 access_token.
clientSecret String The client secret issued to the client to obtain the OAuth 2.0 access_token.
grantType 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.