feat: add authHeaders
This commit is contained in:
parent
b6fe7d7107
commit
15e139606f
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@ export interface LhispOauthClientConstructorParams {
|
|||
authHeaderName?: string;
|
||||
tokenHeaderName?: string;
|
||||
headers?: Headers;
|
||||
authHeaders?: Headers;
|
||||
grantType?: string;
|
||||
authContentType?: ContentType;
|
||||
sendAuthCredentialsOnRequestBody?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue