MicrosoftAccountAuthenticatedContext.ExpiresIn Property

 

Gets the Microsoft access token expiration time

Namespace:   Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

Syntax

public Nullable<TimeSpan> ExpiresIn { get; set; }

Property Value

Type: System.Nullable<TimeSpan>

Returns TimeSpan.

See Also

MicrosoftAccountAuthenticatedContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top