protected property JWTVerifier::$supported_algs in Auth0 Single Sign On 8.2
Algorithms supported. Only pass in the expected algorithm (HS256 or RS256).
Type: array
File
- vendor/
auth0/ auth0-php/ src/ JWTVerifier.php, line 36
Class
- JWTVerifier
- Class JWTVerifier. Used to validate JWTs issued by Auth0.
Namespace
Auth0\SDKCode
protected $supported_algs = [
'HS256',
];