UserTokenExchangeAsyncResponse type
Contiene datos de respuesta para la operación exchangeAsync.
type UserTokenExchangeAsyncResponse = {
_response: HttpResponse & { bodyAsText: string, parsedBody: any },
body: any,
}