Class Credentials
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Settings
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class Credentials
- Inheritance
-
Credentials
- Inherited Members
Properties
AppId
初始化客户端时 AppId 的副本。
public string AppId { get; }
Property Value
AppSecret
初始化客户端时 AppSecret 的副本。
public string AppSecret { get; }
Property Value
ECPaySalt
初始化客户端时 ECPaySalt 的副本。
public string? ECPaySalt { get; }
Property Value
PushEncodingAESKey
初始化客户端时 PushEncodingAESKey 的副本。
public string? PushEncodingAESKey { get; set; }
Property Value
PushToken
初始化客户端时 PushToken 的副本。
public string? PushToken { get; }