diff --git a/plugins/auth-backend/src/service/OidcService.ts b/plugins/auth-backend/src/service/OidcService.ts index 81249805be..7af4a1e8ed 100644 --- a/plugins/auth-backend/src/service/OidcService.ts +++ b/plugins/auth-backend/src/service/OidcService.ts @@ -21,7 +21,7 @@ import { AuthenticationError, InputError } from '@backstage/errors'; import { decodeJwt } from 'jose'; export class OidcService { - constructor( + private constructor( private readonly auth: AuthService, private readonly tokenIssuer: TokenIssuer, private readonly baseUrl: string,