Type access_token
Discussion
This type describes an access_token that was created as part of an OAuth flow.
Fields
access_token
string
account_id
integer
Fields marked with are included in the default filter, those marked with are excluded in the default filter.
Examples
► Normal Token
{"access_token":"abcd*(01234","expires_on_date":1369169837,"account_id":12345}
► No Expiry Token
{"access_token":"efghi*(56789","account_id":6789,"scope":["no_expiry"]}