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

OAuthServerTokenURL Property

The URL used to obtain the OAuth access token.

Syntax

public String getOAuthServerTokenURL();
public void setOAuthServerTokenURL(String OAuthServerTokenURL);

Remarks

Specifies the URL where the OAuth grant will be exchanged for the OAuth access token. This is typically a separate HTTP endpoint on the OAuth authorization server.

This property must be set before calling SendRequest (or querying OAuthToken) when using OAuth for authentication.

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]