Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 599 Bytes

GrabOauthResponse.md

File metadata and controls

11 lines (8 loc) · 599 Bytes

# GrabOauthResponse

Properties

Name Type Description Notes
access_token string The OAuth 2.0 access token issued by the partner. [optional]
token_type string The type of token issued which is case insensitive. [optional]
expires_in int The access token lifespan in seconds. The token is reused till it expires - default is 604799 (7 days). [optional]

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