MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / GenerateTokenResponse

Struct GenerateTokenResponse

internal/api/models.go:158–161  ·  view source on GitHub ↗

GenerateTokenResponse is the response from POST /api/auth/generate-token.

Source from the content-addressed store, hash-verified

156
157// GenerateTokenResponse is the response from POST /api/auth/generate-token.
158type GenerateTokenResponse struct {
159 AccessToken string `json:"access_token"`
160 ExchangeCode string `json:"exchange_code"`
161}
162
163func (g *GenerateTokenResponse) UnmarshalJSON(data []byte) error {
164 var raw struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected