Lines Matching full:api_key
1510 if self.transparency_log_config.api_key:
1511 metadata.append(('x-api-key', self.transparency_log_config.api_key))
2016 api_key: The API key to use to interact with the transparency log
2026 It must be in the format: host:port,key_file[,api_key].
2034 api_key = None
2049 api_key = rest[0]
2050 return TransparencyLogConfig(target, pub_key, api_key)
2052 def __init__(self, target, pub_key, api_key=None):
2056 self.api_key = api_key
2131 'host:port,publickey_file[,api_key] format. The '
2202 'host:port,publickey_file[,api_key] format. The '