C# Class IdokladSdk.Clients.OAuthClient

Provides authentication methods
显示文件 Open project: mholec/idoklad-sdk-csharp Class Usage Examples

Public Methods

Method Description
GetSecureToken ( ) : string

Returns secure token needed for authorization

OAuthClient ( string username, string password ) : System

Method Details

GetSecureToken() public method

Returns secure token needed for authorization
public GetSecureToken ( ) : string
return string

OAuthClient() public method

public OAuthClient ( string username, string password ) : System
username string
password string
return System