C# Class LinkedIn.ServiceDescriptions

Show file 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 static 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 static property

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