1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 21:02:55 +00:00

Added Authenticated property to IBaseApiClient interface

This commit is contained in:
JKorf
2025-01-22 19:11:38 +01:00
parent c81b15861d
commit 618c4922b9
2 changed files with 7 additions and 4 deletions
+1 -3
View File
@@ -38,9 +38,7 @@ namespace CryptoExchange.Net.Clients
/// </summary>
public bool OutputOriginalData { get; }
/// <summary>
/// Whether or not API credentials have been configured for this client. Does not check the credentials are actually valid.
/// </summary>
/// <inheritdoc />
public bool Authenticated => ApiOptions.ApiCredentials != null || ClientOptions.ApiCredentials != null;
/// <summary>