api: rename Authorize field to ClientCertURI
This commit is contained in:
parent
9de861d722
commit
26f254fac0
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue