MCP PHP SDK

JwksProviderInterface

Contract for loading JWKS key sets used for JWT signature verification.

Tags
author

Volodymyr Panivko sveneld300@gmail.com

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.

Return values
array<string, mixed>

        
On this page

Search results