Method | Description | |
---|---|---|
OAuthAuthenticateService ( IDbConnectionFactory factory, OAuthHandler oauthHandler, IAuthenticator auth ) : System | ||
Post ( OAuthAuthenticateRequest request ) : object | ||
Post ( OAuthTemporaryAccessTokenRequest request ) : object | ||
TokenExchangeAfterAuthentication ( string username, string password, string token ) : object |
Method | Description | |
---|---|---|
userIsAllowed ( string username, string password, string &username_out ) : bool |
Method | Description | |
---|---|---|
GenerateAccessToken ( string username, string password, System.DateTime expiry = null ) : DevDefined.OAuth.Storage.Basic.AccessToken |
public OAuthAuthenticateService ( IDbConnectionFactory factory, OAuthHandler oauthHandler, IAuthenticator auth ) : System | ||
factory | IDbConnectionFactory | |
oauthHandler | OAuthHandler | |
auth | IAuthenticator | |
return | System |
public Post ( OAuthAuthenticateRequest request ) : object | ||
request | OAuthAuthenticateRequest | |
return | object |
public Post ( OAuthTemporaryAccessTokenRequest request ) : object | ||
request | OAuthTemporaryAccessTokenRequest | |
return | object |
public TokenExchangeAfterAuthentication ( string username, string password, string token ) : object | ||
username | string | |
password | string | |
token | string | |
return | object |
protected userIsAllowed ( string username, string password, string &username_out ) : bool | ||
username | string | |
password | string | |
username_out | string | |
return | bool |