From a07f0196e2bea1153d4553bb6b362e0470c0ee74 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Wed, 1 Apr 2026 08:17:55 +0100 Subject: [PATCH] chore: update auth0 provider API report with domain and clientID fields Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Jonathan Roebuck --- plugins/auth-backend-module-auth0-provider/report.api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/auth-backend-module-auth0-provider/report.api.md b/plugins/auth-backend-module-auth0-provider/report.api.md index fb7aa9d0ba..ca39d3a816 100644 --- a/plugins/auth-backend-module-auth0-provider/report.api.md +++ b/plugins/auth-backend-module-auth0-provider/report.api.md @@ -15,6 +15,8 @@ export const auth0Authenticator: OAuthAuthenticator< audience: string | undefined; connection: string | undefined; connectionScope: string | undefined; + domain: string; + clientID: string; }, PassportProfile >;