final |
|---|
readonly |
An authorization request awaiting the user-agent: the URL to open, plus the per-request state the client records before redirecting so it can validate the response.
| Methods | ||
|---|---|---|
public
|
__construct(
string $url,
string $state,
string $expectedIssuer,
bool $issuerParameterRequired,
PkcePair $pkce,
ScopeSet $requestedScopes,
)
|
# |
| Properties | |||
|---|---|---|---|
public
|
string
|
$url
|
# |
public
|
string
|
$state
|
# |
public
|
string
|
$expectedIssuer
|
# |
public
|
bool
|
$issuerParameterRequired
|
# |
public
|
PkcePair
|
$pkce
|
# |
public
|
ScopeSet
|
$requestedScopes
|
# |