Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
J
| Term | Definition |
|---|---|
| JWT | JSON Web Token. A compact, URL-safe means of representing claims to be transferred between two parties, commonly used for authentication and information exchange. |
| JWKS | JSON Web Key Set. A set of keys containing the public keys used to verify any JWT issued by the authorization server. |
| JWKS Endpoint | A publicly accessible HTTPS endpoint that hosts cryptographic public keys for JWT token verification. |