export class Authorization {
  /** @description The access token used to authorize the request */
  access_token?: string;
  /** @description Optional - any additional information required to authorize the request */
  connection_context?: any;
}
