Lcobucci\JWT\Configuration::getDecoder PHP Метод

getDecoder() приватный Метод

private getDecoder ( ) : Lcobucci\Jose\Parsing\Decoder
Результат Lcobucci\Jose\Parsing\Decoder
    private function getDecoder() : Parsing\Decoder
    {
        if ($this->decoder === null) {
            $this->decoder = new Parsing\Parser();
        }
        return $this->decoder;
    }