feat: add auth data
This commit is contained in:
parent
5d3df07b20
commit
2648001bc4
2 changed files with 6 additions and 1 deletions
|
@ -18,6 +18,7 @@ export interface LhispOauthClientConstructorParams {
|
|||
authHeaders?: Headers;
|
||||
grantType?: string;
|
||||
authContentType?: ContentType;
|
||||
authData: Record<string, string>;
|
||||
sendAuthCredentialsOnRequestBody?: boolean;
|
||||
formatAccessToken?: (accessToken?: AccessToken) => string;
|
||||
debug?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue