Auth0\JWTAuthBundle\Security\Auth0Service::decodeJWT PHP Method

decodeJWT() public method

Decodes the JWT and validate it
public decodeJWT ( $encToken ) : stdClass
return stdClass
    public function decodeJWT($encToken)
    {
        return Auth0JWT::decode($encToken, $this->client_id, $this->client_secret);
    }