Expand description
OpenApp API-key token parsing.
Mirrors apps/backend/local_server/src/api_key_store.rs: tokens have the shape
{base_url}_openapp_{secret}. The base URL embedded in the token is the canonical
one the backend was issued for, which lets SDK clients auto-derive the endpoint
without extra configuration.
Structs§
- ApiKey
- A parsed
OpenAppAPI-key token.
Enums§
- Token
Format Error - Errors raised when parsing an
OpenAppAPI-key token.
Constants§
- API_
KEY_ SEPARATOR - Separator between
base_urlandsecretin an API-key token.