ClaimChecker
in
Table of Contents
Methods
- checkClaim() : void
- When the token has the applicable claim, the value is checked.
- supportedClaim() : string
- The method returns the claim to be checked.
Methods
checkClaim()
When the token has the applicable claim, the value is checked.
public
checkClaim(mixed $value) : void
If for some reason the value is not valid, an InvalidClaimException must be thrown.
Parameters
- $value : mixed
Tags
supportedClaim()
The method returns the claim to be checked.
public
supportedClaim() : string