Your IP : 216.73.217.95


Current Path : /var/www/www.indacotrentino.com/www/vendor/web-token/jwt-framework/src/Library/Core/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/web-token/jwt-framework/src/Library/Core/JWT.php

<?php

declare(strict_types=1);

namespace Jose\Component\Core;

interface JWT
{
    /**
     * Returns the payload of the JWT. null is a valid payload (e.g. JWS with detached payload).
     */
    public function getPayload(): ?string;
}