API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

OAuthClientId Property

The OAuth Client Id assigned to the registered application.

Syntax

public String getOAuthClientId();
public void setOAuthClientId(String OAuthClientId);

Remarks

This property holds the OAuth Client Id that was assigned when initially registering your application with the OAuth authorization server.

This property must be set before calling SendRequest (or querying OAuthToken) when using OAuth for authentication. If an OAuthCacheFile is specified at that time, then this value will be stored in it.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 Java Edition - Version 16.0 [Build 7709]