Skip to main content

AuthenticationOutput

  • Namespace: PPDS.Auth
  • Assembly: PPDS.Auth
  • Kind: Class

Summary

Controls authentication status output for the auth library.

Members

Methods

Reset

void Reset()

Resets the writer to the default (Console.Error / stderr).

Properties

Writer

Action<string> Writer { get; set; }

Gets or sets the action used to write authentication status messages. Set to null to suppress all output, or provide a custom action to redirect. Default: writes to Console.Error (stderr — stdout is reserved for data per PPDS I1/NEVER rule)