C# 클래스 IdokladSdk.Clients.OAuth2Client

Provides authentication methods
파일 보기 프로젝트 열기: mholec/idoklad-sdk-csharp

공개 메소드들

메소드 설명
GetSecureToken ( ) : string

Returns secure token needed for authorization

OAuth2Client ( string clientId, string clientSecret ) : System

메소드 상세

GetSecureToken() 공개 메소드

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

OAuth2Client() 공개 메소드

public OAuth2Client ( string clientId, string clientSecret ) : System
clientId string
clientSecret string
리턴 System