GoogleOAuth2AuthenticatedContext.ExpiresIn Property
Gets the Google access token expiration time
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.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
GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace
Return to top