AuthChallenge
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- toHeader() : string
Properties
$error
public
string|null
$error
= null
$realm
public
string|null
$realm
= null
$scheme
public
string
$scheme
Methods
__construct()
public
__construct(string $scheme[, string|null $realm = null ][, string|null $error = null ]) : mixed
Parameters
- $scheme : string
- $realm : string|null = null
- $error : string|null = null
toHeader()
public
toHeader() : string