HumHub Documentation (unofficial)

ClaimChecker

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
throws
InvalidClaimException

if the claim is invalid

supportedClaim()

The method returns the claim to be checked.

public supportedClaim() : string
Return values
string

        
On this page

Search results