We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3312600 + 068f9a7 commit a1e2a88Copy full SHA for a1e2a88
1 file changed
index.d.ts
@@ -97,7 +97,7 @@ export interface RefreshResult {
97
export interface RevokeConfiguration {
98
tokenToRevoke: string;
99
sendClientId?: boolean;
100
- includeBasicAuthorization?: boolean;
+ includeBasicAuth?: boolean;
101
}
102
103
export interface RefreshConfiguration {
0 commit comments