UserTokenExchangeAsyncResponse type

Contains response data for the exchangeAsync operation.

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