Microsoft.Research.DataOnboarding.Services.UserService.UserServiceProvider.GetUserAuthToken C# (CSharp) Méthode

GetUserAuthToken() public méthode

Gets the AuthToken
public GetUserAuthToken ( int userId, int repositoryId ) : AuthToken
userId int User Id
repositoryId int Repository Id
Résultat Microsoft.Research.DataOnboarding.DomainModel.AuthToken
        public AuthToken GetUserAuthToken(int userId, int repositoryId)
        {
            return this.userRepository.GetUserAuthToken(userId, repositoryId);
        }