IUserToken Properties |
The IUserToken type exposes the following members.
Name | Description | |
---|---|---|
CreatedAt |
Get the date of the creation
(Inherited from IOwnerEntityBase.) | |
CreatedBy |
Get the id of the user who have create the entity
(Inherited from IOwnerEntityBase.) | |
DeletedAt |
Get the date of deletion
(Inherited from IOwnerEntityBase.) | |
DeletedBy |
Get the id of the user who have delete the entity
(Inherited from IOwnerEntityBase.) | |
Id |
Get the id of the current entity
(Inherited from IOwnerEntityBase.) | |
IsDeleted |
Indicates if the current entity is flag as deleted
(Inherited from IOwnerEntityBase.) | |
Key |
Get the user token key
| |
ModuleGuid |
Get the module of the user token.
| |
ServerId |
Get the identifier of the server
associated with the token.
| |
Token |
Get or set the token
(Inherited from IUserTokenBase.) | |
UpdatedAt |
Get the date of the latest update
(Inherited from IOwnerEntityBase.) | |
UpdatedBy |
Get the id of the last user who have update the entity
(Inherited from IOwnerEntityBase.) | |
UserId |
Get the identifier of the user
associated with the token.
|