C# Class EE.Common.Services.Authentication.MockAuthenticationProvider

Inheritance: IAuthenticationProvider
Show file Open project: BitAlchemists/Elenears-Erben

Public Methods

Method Description
Authenticate ( string username, string password ) : AuthenticationContext
Validate ( AuthenticationContext context ) : bool

Method Details

Authenticate() public method

public Authenticate ( string username, string password ) : AuthenticationContext
username string
password string
return AuthenticationContext

Validate() public method

public Validate ( AuthenticationContext context ) : bool
context AuthenticationContext
return bool