Purpose

Specifies the temporary authorization code that is exchanged for access tokens when OAuth 2.0 authentication is enabled.

Valid Values

String

where:

String

is an OAuth 2.0 authorization code.

Notes

  • Authorization codes are used to authenticate against the endpoint specified by the TokenURI property. If authentication is successful, an access token is generated and fetched from the specified location. Typically, this property is configured by the application.

  • See "OAuth 2.0 authentication" for more information.

Data Source Methods

public String getCode()

public void setCode(String)

Default Value

No default value

Data Type

String