We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b342e0d commit a8bbf89Copy full SHA for a8bbf89
examples/clients/typescript/helpers/withOAuthRetry.ts
@@ -45,14 +45,6 @@ export const handle401 = async (
45
}
46
47
};
48
-export interface WithOAuthRetryOptions {
49
- clientName: string;
50
- baseUrl?: string | URL;
51
- handle401Fn?: typeof handle401;
52
- clientMetadataUrl?: string;
53
- /** Pre-configured provider to use instead of creating a new one */
54
- provider?: ConformanceOAuthProvider;
55
-}
56
57
/**
58
* Creates a fetch wrapper that handles OAuth authentication with retry logic.
0 commit comments