HttpSettingsRoutesResponse

data class HttpSettingsRoutesResponse(val apiPrefix: String? = null)

The configuration settings of the paths HTTP requests.

Constructors

Link copied to clipboard
constructor(apiPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiPrefix: String? = null

The prefix that should precede all the authentication/authorization paths.