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

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

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

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

Initializes a new instance of the FitbitClient class.

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

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

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

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

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

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

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

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

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

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

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