diff --git a/plugins/auth-backend/src/providers/types.ts b/plugins/auth-backend/src/providers/types.ts index d3f6a72aaf..b1e45bc8a9 100644 --- a/plugins/auth-backend/src/providers/types.ts +++ b/plugins/auth-backend/src/providers/types.ts @@ -219,10 +219,9 @@ export type AuthProviderFactory = (options: { providerId: string; globalConfig: AuthProviderConfig; config: Config; + logger: Logger; resolverContext: AuthResolverContext; - /** @deprecated This field has been deprecated and needs to be passed directly to the auth provider instead */ - logger: Logger; /** @deprecated This field has been deprecated and needs to be passed directly to the auth provider instead */ tokenManager: TokenManager; /** @deprecated This field has been deprecated and needs to be passed directly to the auth provider instead */