JwksProviderInterface
Contract for loading JWKS key sets used for JWT signature verification.
Tags
Table of Contents
Methods
- getJwks() : array<string, mixed>
Methods
getJwks()
public
getJwks(string $issuer[, string|null $jwksUri = null ]) : array<string, mixed>
Parameters
- $issuer : string
-
authorization server issuer URL
- $jwksUri : string|null = null
-
Optional explicit JWKS URI. If null, implementation may resolve via discovery.