UserToken Class
User token entity that maps the user token db table data
Westwind.Utilities.Data.Security.UserToken
Class Members
| Member | Description | |
|---|---|---|
| Constructor | ||
| ToString |
public string ToString()
|
|
| Data | Application specific extra data field | |
| Id | This is the token's unique Id | |
| IsValidated | Application specific flag that can be used to indicate that this user token have been validated. Note: Not explicitly set by the UserTokenManager. | |
| ReferenceId | An additional reference string value that can be set and stored with the key token. | |
| Scope | An Application specific scope or other identifier that allows you specify additional information about the token with the a token query. | |
| TokenIdentifier | An Application specific identifier that can be passed in to act as a token identifier for an external application. Used in token validation and retrieving a token from a local/desktop app that allows… | |
| Updated | Time the token was last updated. Used to determine when the token expires | |
| UserId | A user id that maps this token to a given user id or other user identifier | |
Assembly: Westwind.Utilities.Data.dll
