C# 클래스 mobSocial.WebApi.Configuration.Infrastructure.ApplicationContext

파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
ApplicationContext ( ) : System.Web
SignIn ( string email, bool isPersistent, bool forceCreate = false ) : LoginStatus

Signs in the user with email

SignOut ( ) : void

Signs out the current logged in user

메소드 상세

ApplicationContext() 공개 메소드

public ApplicationContext ( ) : System.Web
리턴 System.Web

SignIn() 공개 메소드

Signs in the user with email
public SignIn ( string email, bool isPersistent, bool forceCreate = false ) : LoginStatus
email string
isPersistent bool
forceCreate bool
리턴 LoginStatus

SignOut() 공개 메소드

Signs out the current logged in user
public SignOut ( ) : void
리턴 void