b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/mainpay/jwt-framework/src/Component/Core/
File Upload :
Current File : E:/www/b-group.old/spfin/mainpay/jwt-framework/src/Component/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;
}

Copyright © 2019 by b0y-101