C# Class UserManagement.Domain.AuthorizationTokenInfo

Mostra file Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

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

Method Details

AuthorizationTokenInfo() public method

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