C# 클래스 BrockAllen.OAuth2.LinkedInProvider

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

Private Properties

프로퍼티 타입 설명
AdditionalParameters System.Collections.Specialized.NameValueCollection
LinkedInProvider Newtonsoft.Json

공개 메소드들

메소드 설명
LinkedInProvider ( string clientID, string clientSecret, string scope, NameValueCollection additionalParams = null ) : Newtonsoft.Json

보호된 메소드들

메소드 설명
GetClaimsFromProfile ( object>.Dictionary profile ) : IEnumerable

비공개 메소드들

메소드 설명
AdditionalParameters ( NameValueCollection additionalParams ) : NameValueCollection
LinkedInProvider ( ) : Newtonsoft.Json

메소드 상세

GetClaimsFromProfile() 보호된 메소드

protected GetClaimsFromProfile ( object>.Dictionary profile ) : IEnumerable
profile object>.Dictionary
리턴 IEnumerable

LinkedInProvider() 공개 메소드

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