OAuthTokenResponse.ExpiresIn Property

Definition

Gets or sets the validatity lifetime of the token in seconds.

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

Property Value

Applies to