C# Class LinkedIn.ServiceDescriptions

显示文件 Open project: deeja/LinkedInDeveloperToolkit

Public Properties

Property Type Description
Authenticate DotNetOpenAuth.OAuth.ServiceProviderDescription
Authorize DotNetOpenAuth.OAuth.ServiceProviderDescription

Public Methods

Method Description
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.

Private Methods

Method Description
CreateServiceDescription ( string tokenMethod ) : DotNetOpenAuth.OAuth.ServiceProviderDescription

Method Details

GetLinkedInServiceDescriptionWithAdditionalScope() public static method

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

GetLinkedInServiceDescriptionWithAdditionalScope() public static method

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
return DotNetOpenAuth.OAuth.ServiceProviderDescription

Property Details

Authenticate public_oe static_oe property

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

Authorize public_oe static_oe property

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