C# Class SimpleAuth.Providers.FacebookApi

Inheritance: OAuthApi
Afficher le fichier Open project: Clancey/SimpleAuth

Méthodes publiques

Méthode Description
FacebookApi ( string identifier, string clientId, string clientSecret, HttpMessageHandler handler = null ) : System

Méthodes protégées

Méthode Description
CreateAuthenticator ( ) : WebAuthenticator
GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task

Method Details

CreateAuthenticator() protected méthode

protected CreateAuthenticator ( ) : WebAuthenticator
Résultat WebAuthenticator

FacebookApi() public méthode

public FacebookApi ( string identifier, string clientId, string clientSecret, HttpMessageHandler handler = null ) : System
identifier string
clientId string
clientSecret string
handler System.Net.Http.HttpMessageHandler
Résultat System

GetAccountFromAuthCode() protected méthode

protected GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task
authenticator WebAuthenticator
identifier string
Résultat Task