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 Tue, 21 Apr 2026 04:00:24 +0000