Table of Contents

Property OnAuthFailed

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

OnAuthFailed

Callback invoked when an authentication failure is detected (HTTP 401/403). Parameter is the HTTP status code (401 or 403).

public Action<int> OnAuthFailed { get; set; }

Property Value

Action<int>