Lcobucci\JWT\Parser::__construct PHP Method

__construct() public method

Initializes the object
public __construct ( Lcobucci\Jose\Parsing\Decoder $decoder, Factory $claimFactory )
$decoder Lcobucci\Jose\Parsing\Decoder
$claimFactory Lcobucci\JWT\Claim\Factory
    public function __construct(Parsing\Decoder $decoder, ClaimFactory $claimFactory)
    {
        $this->decoder = $decoder;
        $this->claimFactory = $claimFactory;
    }