feat: configure token endpoint auth method (#17968)

This commit is contained in:
Jason Rasmussen
2025-04-29 15:17:48 -04:00
committed by GitHub
parent 3ce353393a
commit d89e88bb3f
18 changed files with 249 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ import { Telemetry } from 'src/decorators';
import { LogLevel } from 'src/enum';
import { ConfigRepository } from 'src/repositories/config.repository';
type LogDetails = any[];
type LogDetails = any;
type LogFunction = () => string;
const LOG_LEVELS = [LogLevel.VERBOSE, LogLevel.DEBUG, LogLevel.LOG, LogLevel.WARN, LogLevel.ERROR, LogLevel.FATAL];