C# 클래스 GameServer.Authenticator

파일 보기 프로젝트 열기: SaladLab/TicTacToe

공개 메소드들

메소드 설명
AuthenticateAsync ( string id, string password ) : Task

비공개 메소드들

메소드 설명
EnsureIndex ( IMongoCollection collection ) : Task

메소드 상세

AuthenticateAsync() 공개 정적인 메소드

public static AuthenticateAsync ( string id, string password ) : Task
id string
password string
리턴 Task