C# Class Chaos.Portal.Authentication.Extension.v6.Facebook

Inheritance: AExtension
Afficher le fichier Open project: CHAOS-Community/CHAOS.Portal.Authentication

Méthodes publiques

Méthode Description
Facebook ( IAuthenticationModule authenticationModule ) : System
Login ( string signedRequest ) : Session

Private Methods

Méthode Description
AuthenticateSession ( FacebookUser user ) : Session
CreateNewUser ( ulong facebookUserId ) : FacebookUser
GetExistingUser ( ulong facebookUserId ) : FacebookUser
GetUser ( ulong facebookUserId ) : FacebookUser
IsSessionProvided ( ) : bool

Method Details

Facebook() public méthode

public Facebook ( IAuthenticationModule authenticationModule ) : System
authenticationModule IAuthenticationModule
Résultat System

Login() public méthode

public Login ( string signedRequest ) : Session
signedRequest string
Résultat Session