C# Class ReviewR.Web.Facts.Services.AuthenticationServiceFacts.TestableAuthenticationService

Inheritance: ReviewR.Web.Services.AuthenticationService
Show file Open project: anurse/ReviewR

Private Properties

Property Type Description

Public Methods

Method Description
AddTokenExchange ( string token, UserInfo response ) : void
TestableAuthenticationService ( ) : System

Protected Methods

Method Description
ExchangeToken ( string token, Authenticator auth ) : Task

Method Details

AddTokenExchange() public method

public AddTokenExchange ( string token, UserInfo response ) : void
token string
response ReviewR.Web.Models.UserInfo
return void

ExchangeToken() protected method

protected ExchangeToken ( string token, Authenticator auth ) : Task
token string
auth ReviewR.Web.Services.Authenticators.Authenticator
return Task

TestableAuthenticationService() public method

public TestableAuthenticationService ( ) : System
return System