OAuthTokenResponse.ExpiresIn 属性

定义

获取或设置令牌的有效生存期(以秒为单位)。

public:
 property System::String ^ ExpiresIn { System::String ^ get(); void set(System::String ^ value); };
public string ExpiresIn { get; set; }
public string? ExpiresIn { get; set; }
member this.ExpiresIn : string with get, set
Public Property ExpiresIn As String

属性值

适用于