BasicAuthModelResponse

data class BasicAuthModelResponse(val password: String, val type: String, val userName: String)

Model for API authentication with basic flow - user name + password.

Constructors

Link copied to clipboard
constructor(password: String, type: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password

Link copied to clipboard

Type of paging Expected value is 'Basic'.

Link copied to clipboard

The user name.