FacebookAuthenticatedContext.ExpiresIn Property

Gets the Facebook access token expiration time

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

Syntax

'Declaration
Public Property ExpiresIn As Nullable(Of TimeSpan)
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticatedContext 
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>

See Also

Reference

FacebookAuthenticatedContext Class

Microsoft.Owin.Security.Facebook Namespace