We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d2a44 commit a22518eCopy full SHA for a22518e
1 file changed
index.d.ts
@@ -64,6 +64,7 @@ export interface RefreshResult {
64
export interface RevokeConfiguration {
65
tokenToRevoke: string;
66
sendClientId?: boolean;
67
+ includeBasicAuthorization?: boolean;
68
}
69
70
export interface RefreshConfiguration {
0 commit comments