OBJECT
type Token {# Token to include in request 'Authorization' headeraccess_token: String # Expiration period for the access token (in milliseconds)expires_in: Int # Token to send in request to extend the expiration periodrefresh_token: String # Type of token (value is always 'Bearer')token_type: String }