feat: add authHeaders

This commit is contained in:
Leandro Costa 2023-11-27 19:28:04 -03:00
parent b6fe7d7107
commit 15e139606f
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@ export interface LhispOauthClientConstructorParams {
authHeaderName?: string;
tokenHeaderName?: string;
headers?: Headers;
authHeaders?: Headers;
grantType?: string;
authContentType?: ContentType;
sendAuthCredentialsOnRequestBody?: boolean;