Click or drag to resize

UserTokenFactory Class

Factory of AskiaPortal user tokens.
Inheritance Hierarchy
SystemObject
  AskiaPortalCmnUserTokenFactory

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static class UserTokenFactory

The UserTokenFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleFindAllForUser
Find all user tokens associated with the specified user, return null if not found.
Public methodStatic memberCode exampleFindById
Find a user token using his identifier, return null if not found.
Public methodStatic memberCode exampleFindByToken
Find a user token using his token value, return null if not found.
Public methodStatic memberCode exampleFindForUser
Find a user token associated with the specified user, return null if not found.
Public methodStatic memberCode exampleNewUserToken
Create a new empty instance of user token.
Top
See Also