UserExtensions.IsAuthenticated Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
IsAuthenticated(User)
Helper method for deciding whether a user is authenticated or not.
public static bool IsAuthenticated(this User user)
Parameters
- user
- User
Returns
System.Boolean