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