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

  • 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