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

Implements the methods to Authenticate and Singout a particular user
Inheritance: ApiController
显示文件 Open project: CDLUC3/dataup2 Class Usage Examples

Public Methods

Method Description
AuthenticationController ( ) : Microsoft.IdentityModel.Tokens.JWT

Instantiates the AuthenticationController

Private Methods

Method Description
GetSupportedIdentityProviders ( [ callback ) : Task
SignInCallBack ( string callback ) : HttpResponseMessage
SignOut ( [ callback ) : HttpResponseMessage
SignOutCallback ( [ callback ) : HttpResponseMessage

Method Details

AuthenticationController() public method

Instantiates the AuthenticationController
public AuthenticationController ( ) : Microsoft.IdentityModel.Tokens.JWT
return Microsoft.IdentityModel.Tokens.JWT