UserTokenFactory Class |
Namespace: AskiaPortalCmn
The UserTokenFactory type exposes the following members.
Name | Description | |
---|---|---|
FindAllForUser |
Find all user tokens associated with the specified user,
return null if not found.
| |
FindById |
Find a user token using his identifier,
return null if not found.
| |
FindByToken |
Find a user token using his token value,
return null if not found.
| |
FindForUser |
Find a user token associated with the specified user,
return null if not found.
| |
NewUserToken |
Create a new empty instance of user token.
|