AuthenticationInfo

data class AuthenticationInfo(val schemes: List<String>, val credentials: String? = null)(source)

Constructors

Link copied to clipboard
constructor(schemes: List<String>, credentials: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "credentials")
val credentials: String?
Link copied to clipboard
@SerialName(value = "schemes")
val schemes: List<String>