A static public key for asymmetric JWT verification without discovery or a remote JWKS endpoint. Accepted forms:
string
tokenSigningAlg
alg
JWK
{ kty, n, e, … }
JSONWebKeySet
{ keys: [...] }
A static public key for asymmetric JWT verification without discovery or a remote JWKS endpoint. Accepted forms:
string– PEM-encoded SPKI public key (requirestokenSigningAlgoralg)JWK– a single JWK object ({ kty, n, e, … })JSONWebKeySet– an inline JWK Set ({ keys: [...] })