type
APIKeysEnvelope
type APIKeysEnvelope struct {
APIKeys []APIKeyInfo `json:"apiKeys"`
}Safe metadata for the current identity's API keys.
Source protocol/envelope.go:290
APIKeys[]APIKeyInfo- The APIKeys value.
type
type APIKeysEnvelope struct {
APIKeys []APIKeyInfo `json:"apiKeys"`
}Safe metadata for the current identity's API keys.
Source protocol/envelope.go:290
APIKeys[]APIKeyInfo