Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadAuth = errors.New("permission denied")
Functions ¶
This section is empty.
Types ¶
type APIKeyRequest ¶
type APIKeyRequest struct {
APIKey string `json:"apiKey"`
}
APIKeyRequest is the request to Apigee's verifyAPIKey API
type APIKeyResponse ¶
type APIKeyResponse struct {
Token string `json:"token"`
}
APIKeyResponse is the response from Apigee's verifyAPIKey API
Click to show internal directories.
Click to hide internal directories.