C# Class SimpleAuth.Providers.DropBoxAuth

Inheritance: OAuthApi
Show file Open project: Clancey/SimpleAuth

Public Methods

Method Description
DropBoxAuth ( string client_id, string client_secret, HttpMessageHandler handler = null ) : System

Protected Methods

Method Description
CreateAuthenticator ( ) : WebAuthenticator
GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task

Method Details

CreateAuthenticator() protected method

protected CreateAuthenticator ( ) : WebAuthenticator
return WebAuthenticator

DropBoxAuth() public method

public DropBoxAuth ( string client_id, string client_secret, HttpMessageHandler handler = null ) : System
client_id string
client_secret string
handler System.Net.Http.HttpMessageHandler
return System

GetAccountFromAuthCode() protected method

protected GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task
authenticator WebAuthenticator
identifier string
return Task