AuthentictorLogMessage Class

Extensions for logging OAuth authentication process actions.

Definition

Namespace: GenerativeAI.Logging
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public static class AuthentictorLogMessage
Inheritance
Object    AuthentictorLogMessage

Remarks

This extension uses the LoggerMessageAttribute to generate highly-performant logging code at compile time. Use these methods for structured, consistent, and efficient logging.

Methods

LogAuthenticationEndedSuccessfully Logs an informational message when an authentication process ends successfully.
LogAuthenticationFailed Logs a warning message when an authentication process fails to complete.
LogAuthenticationStarted Logs an informational message when an authentication process starts.

See Also