C# Class SimpleAuth.Providers.InstagramApi

Inheritance: OAuthApi
Show file Open project: Clancey/SimpleAuth

Public Methods

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

Protected Methods

Method Description
CreateAuthenticator ( ) : WebAuthenticator

Method Details

CreateAuthenticator() protected method

protected CreateAuthenticator ( ) : WebAuthenticator
return WebAuthenticator

InstagramApi() public method

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