Class AuthLogger


public final class AuthLogger extends RestLogger
A static instance of the `AuthLogger` class, used for logging authentication-related events. It is initialized with the project code, logger name, and a unique identifier.
  • Constructor Details

    • AuthLogger

      public AuthLogger()
  • Method Details

    • warnInvalidAuthHeader

      public void warnInvalidAuthHeader(Throwable throwable)
      Logs a warning message when an invalid authentication header is encountered.
      Parameters:
      throwable - the exception or error associated with the invalid authentication header