C# 클래스 OnshapeAPI.OnshapeOAuth

파일 보기 프로젝트 열기: onshape-public/app-windows-sample 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddLogEntry void
DoAuthentication void
GetTokens void
Listen void

공개 메소드들

메소드 설명
Abort ( ) : void
AuthenticateBlocking ( ) : void
AuthenticateThreading ( ) : void
OnshapeOAuth ( String baseUri, String clientId, String clientSecret, Action logMethod = null ) : System

비공개 메소드들

메소드 설명
AddLogEntry ( string strEntry ) : void
DoAuthentication ( ) : void
GetTokens ( ) : void
Listen ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AuthenticateBlocking() 공개 메소드

public AuthenticateBlocking ( ) : void
리턴 void

AuthenticateThreading() 공개 메소드

public AuthenticateThreading ( ) : void
리턴 void

OnshapeOAuth() 공개 메소드

public OnshapeOAuth ( String baseUri, String clientId, String clientSecret, Action logMethod = null ) : System
baseUri String
clientId String
clientSecret String
logMethod Action
리턴 System