SIPChallenge

data class SIPChallenge(@Json(name = "a1") val a1: String? = null, @Json(name = "algorithm") val algorithm: String? = null, @Json(name = "charset") val charset: String? = null, @Json(name = "cnonce") val cnonce: String? = null, @Json(name = "method") val method: String? = null, @Json(name = "nc") val nc: String? = null, @Json(name = "nonce") val nonce: String? = null, @Json(name = "opaque") val opaque: String? = null, @Json(name = "realm") val realm: String? = null, @Json(name = "response") val response: String? = null, @Json(name = "stale") val stale: Boolean? = null, @Json(name = "uri") val uri: String? = null, @Json(name = "userhash") val userhash: Boolean? = null, @Json(name = "username") val username: String? = null, @Json(name = "domain") val domain: List<String>? = emptyList(), @Json(name = "qop") val qop: List<String>? = emptyList())

Constructors

Link copied to clipboard
constructor(@Json(name = "a1") a1: String? = null, @Json(name = "algorithm") algorithm: String? = null, @Json(name = "charset") charset: String? = null, @Json(name = "cnonce") cnonce: String? = null, @Json(name = "method") method: String? = null, @Json(name = "nc") nc: String? = null, @Json(name = "nonce") nonce: String? = null, @Json(name = "opaque") opaque: String? = null, @Json(name = "realm") realm: String? = null, @Json(name = "response") response: String? = null, @Json(name = "stale") stale: Boolean? = null, @Json(name = "uri") uri: String? = null, @Json(name = "userhash") userhash: Boolean? = null, @Json(name = "username") username: String? = null, @Json(name = "domain") domain: List<String>? = emptyList(), @Json(name = "qop") qop: List<String>? = emptyList())

Properties

Link copied to clipboard
val a1: String? = null
Link copied to clipboard
val algorithm: String? = null
Link copied to clipboard
val charset: String? = null
Link copied to clipboard
val cnonce: String? = null
Link copied to clipboard
Link copied to clipboard
val method: String? = null
Link copied to clipboard
val nc: String? = null
Link copied to clipboard
val nonce: String? = null
Link copied to clipboard
val opaque: String? = null
Link copied to clipboard
val qop: List<String>?
Link copied to clipboard
val realm: String? = null
Link copied to clipboard
val response: String? = null
Link copied to clipboard
val stale: Boolean? = null
Link copied to clipboard
val uri: String? = null
Link copied to clipboard
val userhash: Boolean? = null
Link copied to clipboard
val username: String? = null