Auth Challenge
data class AuthChallenge(source: String?, origin: String, scheme: String, realm: String)
Content copied to clipboard
Authorization challenge for HTTP status code 401 or 407.
Constructors
AuthChallenge
Link copied to clipboard
fun AuthChallenge(source: String? = null, origin: String, scheme: String, realm: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard