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
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
FacebookAuthenticatedContext Class
Microsoft.Owin.Security.Facebook Namespace
Return to top