C# Class GameServer.Authenticator

Show file Open project: SaladLab/TicTacToe

Public Methods

Method Description
AuthenticateAsync ( string id, string password ) : Task

Private Methods

Method Description
EnsureIndex ( IMongoCollection collection ) : Task

Method Details

AuthenticateAsync() public static method

public static AuthenticateAsync ( string id, string password ) : Task
id string
password string
return Task