Table of Contents

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

string

AppSecret

初始化客户端时 AppSecret 的副本。

public string AppSecret { get; }

Property Value

string

ECPaySalt

初始化客户端时 ECPaySalt 的副本。

public string? ECPaySalt { get; }

Property Value

string

PushEncodingAESKey

初始化客户端时 PushEncodingAESKey 的副本。

public string? PushEncodingAESKey { get; set; }

Property Value

string

PushToken

初始化客户端时 PushToken 的副本。

public string? PushToken { get; }

Property Value

string