Table of Contents

Class AppsTokenV2Response.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsTokenV2Response.Types.Data
Inheritance
AppsTokenV2Response.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

AccessToken

获取或设置调用接口的凭证。

[JsonPropertyName("access_token")]
public string AccessToken { get; set; }

Property Value

string

ExpiresIn

获取或设置凭证有效期(单位:秒)。

[JsonPropertyName("expires_in")]
public int ExpiresIn { get; set; }

Property Value

int