AuthSchemeCard
DomainSelectable card describing a single auth scheme (apiKey, http, oauth2, openIdConnect, mutualTLS).
<AuthSchemeCard name="OAuth 2.0" type="oauth2" recommended description="…" href="/auth/oauth2" />X-API-Key
API Key
Simple static-key authentication. Best for server-to-server use only.
- In
- header
- Name
- X-API-Key
<AuthSchemeCard name="X-API-Key" type="apiKey" description="…" />