api: rename Authorize field to ClientCertURI

This commit is contained in:
Mitchell Hashimoto 2018-03-28 14:20:25 -07:00
parent 9de861d722
commit 26f254fac0
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ type SampledValue struct {
// AgentAuthorizeParams are the request parameters for authorizing a request.
type AgentAuthorizeParams struct {
Target string
ClientID string
ClientCertURI string
ClientCertSerial string
}