C# Class OnshapeAPI.OnshapeOAuth

Afficher le fichier Open project: onshape-public/app-windows-sample Class Usage Examples

Private Properties

Свойство Type Description
AddLogEntry void
DoAuthentication void
GetTokens void
Listen void

Méthodes publiques

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

Private Methods

Méthode Description
AddLogEntry ( string strEntry ) : void
DoAuthentication ( ) : void
GetTokens ( ) : void
Listen ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

AuthenticateBlocking() public méthode

public AuthenticateBlocking ( ) : void
Résultat void

AuthenticateThreading() public méthode

public AuthenticateThreading ( ) : void
Résultat void

OnshapeOAuth() public méthode

public OnshapeOAuth ( String baseUri, String clientId, String clientSecret, Action logMethod = null ) : System
baseUri String
clientId String
clientSecret String
logMethod Action
Résultat System