C# Class SimpleAuth.Providers.GithubApi

Inheritance: OAuthApi
Show file Open project: Clancey/SimpleAuth

Public Methods

Method Description
GithubApi ( string identifier, string clientId, string clientSecret, string redirectUrl = "http://localhost", HttpMessageHandler handler = null ) : System

Private Methods

Method Description
GetUser ( ) : Task

Method Details

GithubApi() public method

public GithubApi ( string identifier, string clientId, string clientSecret, string redirectUrl = "http://localhost", HttpMessageHandler handler = null ) : System
identifier string
clientId string
clientSecret string
redirectUrl string
handler System.Net.Http.HttpMessageHandler
return System