JwtFormat.UseTokenLifetime Property
Indicates that the authentication session lifetime (e.g. cookies) should match that of the authentication token. If the token does not provide lifetime information then normal session lifetimes will be used. This is enabled by default.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
public bool UseTokenLifetime { get; set; }
public:
property bool UseTokenLifetime {
bool get();
void set(bool value);
}
member UseTokenLifetime : bool with get, set
Public Property UseTokenLifetime As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
JwtFormat Class
Microsoft.Owin.Security.Jwt Namespace
Return to top