Skip to content

Commit a8bbf89

Browse files
committed
chore: remove unused WithOAuthRetryOptions interface
1 parent b342e0d commit a8bbf89

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/clients/typescript/helpers/withOAuthRetry.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ export const handle401 = async (
4545
}
4646
}
4747
};
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-
}
5648

5749
/**
5850
* Creates a fetch wrapper that handles OAuth authentication with retry logic.

0 commit comments

Comments
 (0)