共用方式為


UserTokenExchangeAsyncResponse type

包含 exchangeAsync 作業的響應數據。

type UserTokenExchangeAsyncResponse = {
  _response: HttpResponse & { bodyAsText: string, parsedBody: any },
  body: any,
}