C# Класс SimpleAuth.Providers.DropBoxAuth

Наследование: OAuthApi
Показать файл Открыть проект

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

Метод Описание
DropBoxAuth ( string client_id, string client_secret, HttpMessageHandler handler = null ) : System

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

Метод Описание
CreateAuthenticator ( ) : WebAuthenticator
GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task

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

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

protected CreateAuthenticator ( ) : WebAuthenticator
Результат WebAuthenticator

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

public DropBoxAuth ( string client_id, string client_secret, HttpMessageHandler handler = null ) : System
client_id string
client_secret string
handler System.Net.Http.HttpMessageHandler
Результат System

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

protected GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task
authenticator WebAuthenticator
identifier string
Результат Task