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

Inheritance: mobSocial.Services.Authentication.AuthenticationService
Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

Méthode 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 méthode

public ClearAuthenticationTicket ( ) : void
Résultat void

CreateAuthenticationTicket() public méthode

public CreateAuthenticationTicket ( User user, bool isPersistent = false ) : void
user User
isPersistent bool
Résultat void

GetCurrentUser() public méthode

public GetCurrentUser ( ) : User
Résultat User

OAuthAuthenticationService() public méthode

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
Résultat System