Namespace Tenduke.Core.Jwt
Classes
- Jwks
- List of Json Web Keys 
- JwtReaderFactory
- Create IJwtReader instances for the specified issuer and audience, that will validate using the supplied JSON Web Keyset URI. 
Interfaces
- IIssuerProvider
- Returns the valid issuers for JSON Web Tokens 
- IJwksProvider
- Represents a service that holds public keys for an API and can be queried by key id 
- IJwksStore
- Represent a store for JSON Web Keys from a specific service or APIs JWKS endpoint 
- IJwtReader
- Service for parsing and validating Json Web Tokens.