Property OnAuthFailed
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; }
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; }