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

OAuthClientSecret Property

The OAuth Client Secret assigned to the registered application.

Syntax

public String getOAuthClientSecret();
public void setOAuthClientSecret(String OAuthClientSecret);

Remarks

This property holds the OAuth Client Secret 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]