feat: execute full-repo remaining parity closure plan
This commit is contained in:
@@ -40,6 +40,10 @@ public sealed class NatsOptions
|
||||
// Default/fallback
|
||||
public string? NoAuthUser { get; set; }
|
||||
|
||||
// Auth extensions
|
||||
public Auth.ExternalAuthOptions? ExternalAuth { get; set; }
|
||||
public Auth.ProxyAuthOptions? ProxyAuth { get; set; }
|
||||
|
||||
// Auth timing
|
||||
public TimeSpan AuthTimeout { get; set; } = TimeSpan.FromSeconds(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user