Skip to main content

Module tokens

Module tokens 

Source
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§

CreateTokenRequest
Request body for minting a scoped access token.
CreateTokenResponse
Response returned once at token creation.