feat: add auth data

This commit is contained in:
Leandro Costa 2023-11-27 19:48:40 -03:00
parent 5d3df07b20
commit 2648001bc4
2 changed files with 6 additions and 1 deletions

View file

@ -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;