BackendCredentialsAuthorization

data class BackendCredentialsAuthorization(val parameter: String? = null, val scheme: String? = null)

Constructors

Link copied to clipboard
constructor(parameter: String? = null, scheme: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameter: String? = null

The authentication Parameter value.

Link copied to clipboard
val scheme: String? = null

The authentication Scheme name.