C# 클래스 SimpleAuth.Providers.GithubApi

상속: OAuthApi
파일 보기 프로젝트 열기: Clancey/SimpleAuth

공개 메소드들

메소드 설명
GithubApi ( string identifier, string clientId, string clientSecret, string redirectUrl = "http://localhost", HttpMessageHandler handler = null ) : System

비공개 메소드들

메소드 설명
GetUser ( ) : Task

메소드 상세

GithubApi() 공개 메소드

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
리턴 System