chore: update auth0 provider API report with domain and clientID fields

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2026-04-01 08:17:55 +01:00
parent 9244b70c57
commit a07f0196e2
@@ -15,6 +15,8 @@ export const auth0Authenticator: OAuthAuthenticator<
audience: string | undefined;
connection: string | undefined;
connectionScope: string | undefined;
domain: string;
clientID: string;
},
PassportProfile
>;