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:
@@ -15,6 +15,8 @@ export const auth0Authenticator: OAuthAuthenticator<
|
||||
audience: string | undefined;
|
||||
connection: string | undefined;
|
||||
connectionScope: string | undefined;
|
||||
domain: string;
|
||||
clientID: string;
|
||||
},
|
||||
PassportProfile
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user