feat: formatAccessToken

This commit is contained in:
Leandro Costa 2023-11-09 12:17:14 -03:00
parent aef30ee29a
commit 64f546ab7a
2 changed files with 8 additions and 7 deletions

View file

@ -18,7 +18,7 @@ export interface LhispOauthClientConstructorParams {
grantType?: string;
authContentType?: ContentType;
sendAuthCredentialsOnRequestBody?: boolean;
forceTokenTypeToCamelCase?: boolean;
formatAccessToken?: (accessToken?: AccessToken) => string;
debug?: boolean;
}