feat: adiciona flag disableAuthContentType
This commit is contained in:
parent
e100d9cb7b
commit
970ccff48e
3 changed files with 23 additions and 5 deletions
|
@ -18,6 +18,7 @@ export interface LhispOauthClientConstructorParams {
|
|||
grantType?: string;
|
||||
authContentType?: ContentType;
|
||||
sendAuthCredentialsOnRequestBody?: boolean;
|
||||
disableAuthContentType?: boolean;
|
||||
debug?: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue