C# Class Microsoft.Research.DataOnboarding.WebApi.Api.AuthTokenController

class to manage the file related API methods.
Inheritance: ApiController
Afficher le fichier Open project: CDLUC3/dataup2

Protected Properties

Свойство Type Description
repositoryService IRepositoryService
user User
userService IUserService

Méthodes publiques

Méthode Description
AuthTokenController ( IRepositoryService repositoryService, IUserService userService ) : Microsoft.Research.DataOnboarding.DomainModel

Initializes a new instance of the AuthTokenController class.

Private Methods

Méthode Description
AddUpdateAuthToken ( AuthToken token ) : HttpResponseMessage

Method Details

AuthTokenController() public méthode

Initializes a new instance of the AuthTokenController class.
public AuthTokenController ( IRepositoryService repositoryService, IUserService userService ) : Microsoft.Research.DataOnboarding.DomainModel
repositoryService IRepositoryService IRepositoryService
userService IUserService IUserService
Résultat Microsoft.Research.DataOnboarding.DomainModel

Property Details

repositoryService protected_oe property

Interface IRepositoryService variable.
protected IRepositoryService repositoryService
Résultat IRepositoryService

user protected_oe property

Holds the Reference to user object
protected User user
Résultat User

userService protected_oe property

Holds the reference to IUserService
protected IUserService userService
Résultat IUserService