We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3312600 commit 068f9a7Copy full SHA for 068f9a7
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