type
APIKeyEnvelope
type APIKeyEnvelope struct {
APIKey APIKey `json:"apiKey"`
}One newly created API key including its one-time secret.
Source protocol/envelope.go:285
APIKeyAPIKey- The APIKey value.
type
type APIKeyEnvelope struct {
APIKey APIKey `json:"apiKey"`
}One newly created API key including its one-time secret.
Source protocol/envelope.go:285
APIKeyAPIKey