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

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

Protected Properties

Property Type Description
repositoryService IRepositoryService
user User
userService IUserService

Public Methods

Method Description
AuthTokenController ( IRepositoryService repositoryService, IUserService userService ) : Microsoft.Research.DataOnboarding.DomainModel

Initializes a new instance of the AuthTokenController class.

Private Methods

Method Description
AddUpdateAuthToken ( AuthToken token ) : HttpResponseMessage

Method Details

AuthTokenController() public method

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

Property Details

repositoryService protected property

Interface IRepositoryService variable.
protected IRepositoryService repositoryService
return IRepositoryService

user protected property

Holds the Reference to user object
protected User user
return User

userService protected property

Holds the reference to IUserService
protected IUserService userService
return IUserService