MeetingBooster API
Requests
Objects
Enums

JSOAuthResponse

The response from the oauth request
Property name Value Description
access_token String The token to apply to each request
expires_in Integer The expire time in seconds of the refresh token.
refresh_token String The token to use when requesting a new access token
JSON example:
{
 "expires_in":"60",
 "refresh_token":"e3dd562a-dd28-45b0-af4b-88d914c52b68",
 "access_token":"lDIYQ09-t31hfQ_unQiZAWJoXWt8..."
 }