auth0Authenticator
Home > @backstage/plugin-auth-backend-module-auth0-provider
> auth0Authenticator
Signature:
auth0Authenticator: import("@backstage/plugin-auth-node").OAuthAuthenticator<{
helper: PassportOAuthAuthenticatorHelper;
audience: string | undefined;
connection: string | undefined;
connectionScope: string | undefined;
}, PassportProfile>