Interface AsymmetricIssuerConfig

Hierarchy

  • AsymmetricIssuerConfig

Properties

alg?: string
issuer: string
jwksUri?: string
publicKey?: PublicKeyInput

A static public key used to verify tokens from this issuer without hitting a remote JWKS endpoint. Mutually exclusive with jwksUri.