pl.wendigo.chrome.api.network / AuthChallenge

AuthChallenge

data class AuthChallenge (source)

Authorization challenge for HTTP status code 401 or 407.

Link
Network#AuthChallenge type documentation.

Constructors

<init>

AuthChallenge(source: String? = null, origin: String, scheme: String, realm: String)

Authorization challenge for HTTP status code 401 or 407.

Properties

origin

val origin: String

Origin of the challenger.

realm

val realm: String

The realm of the challenge. May be empty.

scheme

val scheme: String

The authentication scheme used, such as basic or digest

source

val source: String?

Source of the authentication challenge.