@cognigy/rest-api-client
Version:
Cognigy REST-Client
11 lines • 453 B
JavaScript
;
/**
* The client makes a 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-4.3.2
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IOAuth2ClientCredentialsGrantAccessTokenRequest.js.map