chore: make private

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-07-01 16:48:58 +02:00
parent 207778c09f
commit 1314dfd945
@@ -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,