ReviewR.Web.Services.AuthenticationResult.Associated C# (CSharp) 메소드

Associated() 공개 정적인 메소드

public static Associated ( User user ) : AuthenticationResult
user ReviewR.Web.Models.Data.User
리턴 AuthenticationResult
        public static AuthenticationResult Associated(User user)
        {
            return new AuthenticationResult(AuthenticationOutcome.Associated, user, new List<string>());
        }