C# 클래스 UserManagement.Domain.AuthorizationTokenInfo

파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore 1 사용 예제들

공개 메소드들

메소드 설명
AuthorizationTokenInfo ( int userId, string token, System.DateTime creationTime, AccountRole role ) : System

메소드 상세

AuthorizationTokenInfo() 공개 메소드

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