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 >;