Turns a bearer token into what it grants, owning the whole of validation and returning null for anything
it cannot verify, a token carrying no expiry or naming another resource included.
| Methods | ||
|---|---|---|
public
|
validate(string $token): ?VerifiedAccessToken
|
# |