C# Class IdokladSdk.Clients.OAuth2Client

Provides authentication methods
Datei anzeigen Open project: mholec/idoklad-sdk-csharp

Public Methods

Method Description
GetSecureToken ( ) : string

Returns secure token needed for authorization

OAuth2Client ( string clientId, string clientSecret ) : System

Method Details

GetSecureToken() public method

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

OAuth2Client() public method

public OAuth2Client ( string clientId, string clientSecret ) : System
clientId string
clientSecret string
return System