C# Класс LinkedIn.ServiceDescriptions

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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