api: rename Authorize field to ClientCertURI

pull/4275/head
Mitchell Hashimoto 2018-03-28 14:20:25 -07:00
parent 9638466b88
commit 97f5414d94
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
}