Expand description
Scoped access-token management DTOs.
Request/response shapes for the token-management API, which mints
scoped, time-boxed bearer tokens (e.g. for CI runners / least-privilege
automation). The raw JWT is returned exactly once, in
CreateTokenResponse::token.
Structs§
- Create
Token Request - Request body for minting a scoped access token.
- Create
Token Response - Response returned once at token creation.