Share via


AuthResponse.ExpiresIn Property

Definition

Derived from the expires_in parameter of the authorization response. It's the lifetime of access token in seconds. This is available when ResponseType in AuthRequestParams is set as token.

public:
 property Platform::String ^ ExpiresIn { Platform::String ^ get(); };
winrt::hstring ExpiresIn();
public string ExpiresIn { get; }
var string = authResponse.expiresIn;
Public ReadOnly Property ExpiresIn As String

Property Value

String

Platform::String

winrt::hstring

A string that represents the remaining lifetime of access token in seconds.

Applies to