UnsupportedJWTAlgorithm
Less than 1 minute
UnsupportedJWTAlgorithm
Exception thrown when a JWT algorithm is unknown or unsupported by the runtime.
class UnsupportedJWTAlgorithm extends \Hazaar\Auth\Session\Exception\ExceptionRaised during JWT parsing/signing/verification when the configured or token- supplied algorithm cannot be mapped to a supported cryptographic implementation.
Methods
__construct
Creates an unsupported-JWT-algorithm exception.
public __construct(string $algorithm): voidParameters
| Parameter | Type | Description |
|---|---|---|
$algorithm | string | algorithm identifier that is not supported |
Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:14 +0000