C# 클래스 mobSocial.Plugins.OAuth.Services.OAuthAuthenticationService

상속: mobSocial.Services.Authentication.AuthenticationService
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
ClearAuthenticationTicket ( ) : void
CreateAuthenticationTicket ( User user, bool isPersistent = false ) : void
GetCurrentUser ( ) : User
OAuthAuthenticationService ( IUserService userService, IUserRegistrationService userRegistrationService, SecuritySettings securitySettings, ICryptographyService cryptographyService, System.Web.HttpContextBase contextBase ) : System

메소드 상세

ClearAuthenticationTicket() 공개 메소드

public ClearAuthenticationTicket ( ) : void
리턴 void

CreateAuthenticationTicket() 공개 메소드

public CreateAuthenticationTicket ( User user, bool isPersistent = false ) : void
user User
isPersistent bool
리턴 void

GetCurrentUser() 공개 메소드

public GetCurrentUser ( ) : User
리턴 User

OAuthAuthenticationService() 공개 메소드

public OAuthAuthenticationService ( IUserService userService, IUserRegistrationService userRegistrationService, SecuritySettings securitySettings, ICryptographyService cryptographyService, System.Web.HttpContextBase contextBase ) : System
userService IUserService
userRegistrationService IUserRegistrationService
securitySettings mobSocial.Data.Entity.Settings.SecuritySettings
cryptographyService ICryptographyService
contextBase System.Web.HttpContextBase
리턴 System