C# 클래스 LinkedIn.ServiceDescriptions

파일 보기 프로젝트 열기: deeja/LinkedInDeveloperToolkit

공개 프로퍼티들

프로퍼티 타입 설명
Authenticate DotNetOpenAuth.OAuth.ServiceProviderDescription
Authorize DotNetOpenAuth.OAuth.ServiceProviderDescription

공개 메소드들

메소드 설명
GetLinkedInServiceDescriptionWithAdditionalScope ( ) : DotNetOpenAuth.OAuth.ServiceProviderDescription

Gets a LinkedIn ServiceProviderDescription requesting additional permissions from the user.

Doesn't force Authorize screen

GetLinkedInServiceDescriptionWithAdditionalScope ( bool forceAuthorize ) : DotNetOpenAuth.OAuth.ServiceProviderDescription

Gets a LinkedIn ServiceProviderDescription requesting additional permissions from the user.

비공개 메소드들

메소드 설명
CreateServiceDescription ( string tokenMethod ) : DotNetOpenAuth.OAuth.ServiceProviderDescription

메소드 상세

GetLinkedInServiceDescriptionWithAdditionalScope() 공개 정적인 메소드

Gets a LinkedIn ServiceProviderDescription requesting additional permissions from the user.
Doesn't force Authorize screen
public static GetLinkedInServiceDescriptionWithAdditionalScope ( ) : DotNetOpenAuth.OAuth.ServiceProviderDescription
리턴 DotNetOpenAuth.OAuth.ServiceProviderDescription

GetLinkedInServiceDescriptionWithAdditionalScope() 공개 정적인 메소드

Gets a LinkedIn ServiceProviderDescription requesting additional permissions from the user.
public static GetLinkedInServiceDescriptionWithAdditionalScope ( bool forceAuthorize ) : DotNetOpenAuth.OAuth.ServiceProviderDescription
forceAuthorize bool Force an authorize regardless if permission is already given by the user for this application
리턴 DotNetOpenAuth.OAuth.ServiceProviderDescription

프로퍼티 상세

Authenticate 공개적으로 정적으로 프로퍼티

Authenticate, only showing the Authorize screen when from the user is needed
public static ServiceProviderDescription,DotNetOpenAuth.OAuth Authenticate
리턴 DotNetOpenAuth.OAuth.ServiceProviderDescription

Authorize 공개적으로 정적으로 프로퍼티

Force the user Authorization screen
public static ServiceProviderDescription,DotNetOpenAuth.OAuth Authorize
리턴 DotNetOpenAuth.OAuth.ServiceProviderDescription