Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 490 Bytes

GrabOauthResponse.md

File metadata and controls

15 lines (7 loc) · 490 Bytes

GrabOauthResponse

Properties

Name Type Description Notes
accessToken String The OAuth 2.0 access token issued by the partner. [optional]
tokenType String The type of token issued which is case insensitive. [optional]
expiresIn Integer The access token lifespan in seconds. The token is reused till it expires - default is 604799 (7 days). [optional]