Microsoft.Research.DataOnboarding.Services.UserService.UserServiceProvider.GetUserAuthToken C# (CSharp) Метод

GetUserAuthToken() публичный Метод

Gets the AuthToken
public GetUserAuthToken ( int userId, int repositoryId ) : AuthToken
userId int User Id
repositoryId int Repository Id
Результат Microsoft.Research.DataOnboarding.DomainModel.AuthToken
        public AuthToken GetUserAuthToken(int userId, int repositoryId)
        {
            return this.userRepository.GetUserAuthToken(userId, repositoryId);
        }