Skip to content

Commit a1e2a88

Browse files
author
Kadi Kraman
authored
Merge pull request #465 from unosk/fix-types
Fix typescript definitions
2 parents 3312600 + 068f9a7 commit a1e2a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export interface RefreshResult {
9797
export interface RevokeConfiguration {
9898
tokenToRevoke: string;
9999
sendClientId?: boolean;
100-
includeBasicAuthorization?: boolean;
100+
includeBasicAuth?: boolean;
101101
}
102102

103103
export interface RefreshConfiguration {

0 commit comments

Comments
 (0)