C# Class SimpleAuth.Providers.InstagramApi

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateAuthenticator ( ) : WebAuthenticator

Method Details

CreateAuthenticator() protected méthode

protected CreateAuthenticator ( ) : WebAuthenticator
Résultat WebAuthenticator

InstagramApi() public méthode

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