feat: forceTokenTypeToCamelCase

This commit is contained in:
Leandro Costa 2023-11-08 23:53:18 -03:00
parent b28840ad18
commit 2792b3e7b5
2 changed files with 6 additions and 1 deletions

View file

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