AccessGrant implements JsonSerializable

Representation of any granted access to a particular subject, having an expiration time.

The user successfully verified a previous AccessClaim by entering their password.

Internal

Table of Contents

Interfaces

JsonSerializable

Properties

$expiration  : int
$subject  : AccessSubjectInterface

Methods

__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Properties

$expiration read-only

public int $expiration

Methods

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results