Revert "feat: adiciona flag disableAuthContentType"

This reverts commit 970ccff48e.
This commit is contained in:
Leandro Costa 2023-06-16 22:22:00 -03:00
parent c4671a5487
commit 3db6514f40
3 changed files with 5 additions and 23 deletions

View file

@ -18,7 +18,6 @@ export interface LhispOauthClientConstructorParams {
grantType?: string;
authContentType?: ContentType;
sendAuthCredentialsOnRequestBody?: boolean;
disableAuthContentType?: boolean;
debug?: boolean;
}