@cognigy/rest-api-client
Version:
Cognigy REST-Client
10 lines • 378 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
*/
export {};
//# sourceMappingURL=IOAuth2PasswordGrantAccessTokenRequest.js.map