C# Class UserManagement.Domain.AuthorizationTokenInfo

Afficher le fichier Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Méthodes publiques

Méthode Description
AuthorizationTokenInfo ( int userId, string token, System.DateTime creationTime, AccountRole role ) : System

Method Details

AuthorizationTokenInfo() public méthode

public AuthorizationTokenInfo ( int userId, string token, System.DateTime creationTime, AccountRole role ) : System
userId int
token string
creationTime System.DateTime
role AccountRole
Résultat System