ServiceStack.AuthUserSession.AuthUserSession C# (CSharp) 메소드

AuthUserSession() 공개 메소드

public AuthUserSession ( ) : System
리턴 System
        public AuthUserSession()
        {
            this.ProviderOAuthAccess = new List<IAuthTokens>();
        }