You are here

protected property JWTVerifier::$jwks_path in Auth0 Single Sign On 8.2

Path to the JWKS for RS256 tokens.

Type: string

File

vendor/auth0/auth0-php/src/JWTVerifier.php, line 66

Class

JWTVerifier
Class JWTVerifier. Used to validate JWTs issued by Auth0.

Namespace

Auth0\SDK

Code

protected $jwks_path = '.well-known/jwks.json';