C# Класс OAuth2.Client.Impl.TodoistClient

Todoist authentication client.
Наследование: OAuth2Client
Показать файл Открыть проект

Открытые методы

Метод Описание
TodoistClient ( IRequestFactory factory, IClientConfiguration configuration ) : Newtonsoft.Json.Linq

Initializes a new instance of the TodoistClient class.

Защищенные методы

Метод Описание
BeforeGetUserInfo ( BeforeAfterRequestArgs args ) : void
ParseUserInfo ( string content ) : OAuth2.Models.UserInfo

Should return parsed UserInfo from content received from third-party service.

Описание методов

BeforeGetUserInfo() защищенный Метод

protected BeforeGetUserInfo ( BeforeAfterRequestArgs args ) : void
args BeforeAfterRequestArgs
Результат void

ParseUserInfo() защищенный Метод

Should return parsed UserInfo from content received from third-party service.
protected ParseUserInfo ( string content ) : OAuth2.Models.UserInfo
content string The content which is received from third-party service.
Результат OAuth2.Models.UserInfo

TodoistClient() публичный Метод

Initializes a new instance of the TodoistClient class.
public TodoistClient ( IRequestFactory factory, IClientConfiguration configuration ) : Newtonsoft.Json.Linq
factory IRequestFactory The factory.
configuration IClientConfiguration The configuration.
Результат Newtonsoft.Json.Linq