MCPcopy
hub / github.com/NVIDIA/aistore / TokenMsg

Struct TokenMsg

api/authn/entity.go:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 Access apc.AccessAttrs `json:"perm,string"`
36 }
37 TokenMsg struct {
38 Token string `json:"token"`
39 }
40 LoginMsg struct {
41 Password string `json:"password"`
42 ExpiresIn *time.Duration `json:"expires_in"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected