C# Class SimpleAuth.OAuthPasswordApi

Inheritance: OAuthApi
Mostra file Open project: Clancey/SimpleAuth

Public Methods

Method Description
OAuthPasswordApi ( string identifier, string clientId, string clientSecret, string serverUrl, string tokenUrl, string refreshUrl ) : System

Protected Methods

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

Method Details

CreateAuthenticator() protected method

protected CreateAuthenticator ( ) : WebAuthenticator
return WebAuthenticator

GetAccountFromAuthCode() protected method

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

OAuthPasswordApi() public method

public OAuthPasswordApi ( string identifier, string clientId, string clientSecret, string serverUrl, string tokenUrl, string refreshUrl ) : System
identifier string
clientId string
clientSecret string
serverUrl string
tokenUrl string
refreshUrl string
return System