Interface IClientCredential
服务器验证标识
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public interface IClientCredential
Properties
ClientId
客户端标识
Declaration
string ClientId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClientSecret
客户端Secret
Declaration
string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |