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

'Declaration
Public Property ExpiresIn As Nullable(Of TimeSpan)
    Get 
    Set
'Usage
Dim instance As MicrosoftAccountAuthenticatedContext 
Dim value As Nullable(Of TimeSpan)

value = instance.ExpiresIn

instance.ExpiresIn = value
public Nullable<TimeSpan> ExpiresIn { get; set; }
public:
property Nullable<TimeSpan> ExpiresIn {
    Nullable<TimeSpan> get ();
    void set (Nullable<TimeSpan> value);
}
member ExpiresIn : Nullable<TimeSpan> with get, set
function get ExpiresIn () : Nullable<TimeSpan>
function set ExpiresIn (value : Nullable<TimeSpan>)

Property Value

Type: System.Nullable<TimeSpan>
Returns TimeSpan.

See Also

Reference

MicrosoftAccountAuthenticatedContext Class

Microsoft.Owin.Security.MicrosoftAccount Namespace