ApiOAuthSettingsParameterResponse

data class ApiOAuthSettingsParameterResponse(val options: Any? = null, val uiDefinition: Any? = null, val value: String? = null)

OAuth settings for the API

Constructors

Link copied to clipboard
constructor(options: Any? = null, uiDefinition: Any? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val options: Any? = null

Options available to this parameter

Link copied to clipboard
val uiDefinition: Any? = null

UI definitions per culture as caller can specify the culture

Link copied to clipboard
val value: String? = null

Value of the setting