C# Class OnshapeAPI.OnshapeOAuth

Mostra file Open project: onshape-public/app-windows-sample Class Usage Examples

Private Properties

Property Type Description
AddLogEntry void
DoAuthentication void
GetTokens void
Listen void

Public Methods

Method Description
Abort ( ) : void
AuthenticateBlocking ( ) : void
AuthenticateThreading ( ) : void
OnshapeOAuth ( String baseUri, String clientId, String clientSecret, Action logMethod = null ) : System

Private Methods

Method Description
AddLogEntry ( string strEntry ) : void
DoAuthentication ( ) : void
GetTokens ( ) : void
Listen ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

AuthenticateBlocking() public method

public AuthenticateBlocking ( ) : void
return void

AuthenticateThreading() public method

public AuthenticateThreading ( ) : void
return void

OnshapeOAuth() public method

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