@cognigy/rest-api-client
Version:
Cognigy REST-Client
12 lines • 511 B
JavaScript
;
/**
* If the authorization server issued a refresh token to the client, the
* client makes a refresh request to the token endpoint by adding the
* following parameters using the "application/x-www-form-urlencoded"
* format per Appendix B with a character encoding of UTF-8 in the HTTP
* request entity-body:
*
* @see https://tools.ietf.org/html/rfc6749#section-6
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IOAuth2RefreshAccessTokenRequest.js.map