C# Class mobSocial.Plugins.OAuth.Services.OAuthAuthenticationService

Inheritance: mobSocial.Services.Authentication.AuthenticationService
Mostra file Open project: mobsoftware/mobsocial

Public Methods

Method Description
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

Method Details

ClearAuthenticationTicket() public method

public ClearAuthenticationTicket ( ) : void
return void

CreateAuthenticationTicket() public method

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

GetCurrentUser() public method

public GetCurrentUser ( ) : User
return User

OAuthAuthenticationService() public method

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
return System