Lcobucci\JWT\Signer\Ecdsa\Sha256::getAlgorithm PHP Method

getAlgorithm() public method

public getAlgorithm ( ) : string
return string
    public function getAlgorithm() : string
    {
        return 'sha256';
    }