feat: forceTokenTypeToCamelCase
This commit is contained in:
parent
b28840ad18
commit
2792b3e7b5
2 changed files with 6 additions and 1 deletions
|
@ -18,6 +18,7 @@ export interface LhispOauthClientConstructorParams {
|
|||
grantType?: string;
|
||||
authContentType?: ContentType;
|
||||
sendAuthCredentialsOnRequestBody?: boolean;
|
||||
forceTokenTypeToCamelCase?: boolean;
|
||||
debug?: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue