C# Class IdokladSdk.Clients.OAuth2Client

Provides authentication methods
Afficher le fichier Open project: mholec/idoklad-sdk-csharp

Méthodes publiques

Méthode Description
GetSecureToken ( ) : string

Returns secure token needed for authorization

OAuth2Client ( string clientId, string clientSecret ) : System

Method Details

GetSecureToken() public méthode

Returns secure token needed for authorization
public GetSecureToken ( ) : string
Résultat string

OAuth2Client() public méthode

public OAuth2Client ( string clientId, string clientSecret ) : System
clientId string
clientSecret string
Résultat System