feat: formatAccessToken
This commit is contained in:
parent
aef30ee29a
commit
64f546ab7a
2 changed files with 8 additions and 7 deletions
|
@ -18,7 +18,7 @@ export interface LhispOauthClientConstructorParams {
|
|||
grantType?: string;
|
||||
authContentType?: ContentType;
|
||||
sendAuthCredentialsOnRequestBody?: boolean;
|
||||
forceTokenTypeToCamelCase?: boolean;
|
||||
formatAccessToken?: (accessToken?: AccessToken) => string;
|
||||
debug?: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue