We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6aa94e commit d9ba2c1Copy full SHA for d9ba2c1
src/oauth-helper.ts
@@ -243,7 +243,7 @@ export class OAuthHelper {
243
/**
244
* Register a new OAuth client dynamically
245
*/
246
- async registerClient(_serverUrl: string): Promise<ClientRegistration> {
+ async registerClient(serverUrl: string): Promise<ClientRegistration> {
247
if (!this.discovery) {
248
throw new Error('OAuth discovery not performed. Call discoverOAuthConfig first.')
249
}
0 commit comments