RequiresAuth

data class RequiresAuth(val customHeaders: Map<String, String>?) : Flag(source)

Indicates that the URL requires authentication.

Parameters

customHeaders

Optional custom headers to include in the authentication request.

Constructors

Link copied to clipboard
constructor(customHeaders: Map<String, String>?)

Properties

Link copied to clipboard