This page is under construction. The outline below sketches what it will cover.
jwtVerifier({ jwksUri, issuer, audience })— validates JWTs against a JWKS endpoint; issuer/audience checks; claim extraction intoAccessToken.introspectionVerifier— defers validation to an OAuth token introspection endpoint for opaque tokens.staticTokenVerifier/debugTokenVerifier— fixed token-to-identity maps for development and tests; never use in production.- Combining strategies — accept more than one token type with
multiAuth.