Update Realtime/Realtime/Public/Signature/ILCIMSignatureFactory.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:19:32 +08:00 committed by GitHub
parent f395472759
commit de9cbef36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using System.Threading.Tasks;
namespace LeanCloud.Realtime {
/// <summary>
/// ILCIMSignatureFactory is an interface that creates the signature of realtime.
/// ILCIMSignatureFactory is an interface that creates a LCRealtime signature.
/// </summary>
public interface ILCIMSignatureFactory {
Task<LCIMSignature> CreateConnectSignature(string clientId);