Share via


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; }
public:
property Nullable<TimeSpan> ExpiresIn {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
member ExpiresIn : Nullable<TimeSpan> with get, set
Public Property ExpiresIn As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

Returns TimeSpan.

See Also

MicrosoftAccountAuthenticatedContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top