C# 클래스 BrockAllen.OAuth2.GoogleProvider

상속: BrockAllen.OAuth2.Provider
파일 보기 프로젝트 열기: brockallen/BrockAllen.OAuth2 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GoogleProvider System

공개 메소드들

메소드 설명
GoogleProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParams = null ) : System

비공개 메소드들

메소드 설명
GoogleProvider ( ) : System

메소드 상세

GoogleProvider() 공개 메소드

public GoogleProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParams = null ) : System
clientID string
clientSecret string
scope string
additionalParams System.Collections.Specialized.NameValueCollection
리턴 System