C# 클래스 WaveBox.ApiHandler.ApiAuthenticate

상속: IApiAuthenticate
파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
AuthenticateSession ( string session ) : User

Attempt to authenticate a user using a session ID

AuthenticateUri ( UriWrapper uri ) : User

Attempt to authenticate a user using URI parameters

메소드 상세

AuthenticateSession() 공개 메소드

Attempt to authenticate a user using a session ID
public AuthenticateSession ( string session ) : User
session string
리턴 WaveBox.Core.Model.User

AuthenticateUri() 공개 메소드

Attempt to authenticate a user using URI parameters
public AuthenticateUri ( UriWrapper uri ) : User
uri UriWrapper
리턴 WaveBox.Core.Model.User