OAuthTokenResponse.ExpiresIn Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá nebo nastaví životnost tokenu v sekundách.
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