You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
2.8 KiB
113 lines
2.8 KiB
<html><body>
|
|
<style>
|
|
|
|
body, h1, h2, h3, div, span, p, pre, a {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
body {
|
|
font-size: 13px;
|
|
padding: 1em;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 26px;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 24px;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 20px;
|
|
margin-bottom: 1em;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
pre, code {
|
|
line-height: 1.5;
|
|
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
|
|
}
|
|
|
|
pre {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
h1, h2, h3, p {
|
|
font-family: Arial, sans serif;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
border-bottom: solid #CCC 1px;
|
|
}
|
|
|
|
.toc_element {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
.firstline {
|
|
margin-left: 2 em;
|
|
}
|
|
|
|
.method {
|
|
margin-top: 1em;
|
|
border: solid 1px #CCC;
|
|
padding: 1em;
|
|
background: #EEE;
|
|
}
|
|
|
|
.details {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
</style>
|
|
|
|
<h1><a href="proximitybeacon_v1beta1.html">Proximity Beacon API</a> . <a href="proximitybeacon_v1beta1.v1beta1.html">v1beta1</a></h1>
|
|
<h2>Instance Methods</h2>
|
|
<p class="toc_element">
|
|
<code><a href="#getEidparams">getEidparams(x__xgafv=None)</a></code></p>
|
|
<p class="firstline">Gets the Proximity Beacon API's current public key and associated</p>
|
|
<h3>Method Details</h3>
|
|
<div class="method">
|
|
<code class="details" id="getEidparams">getEidparams(x__xgafv=None)</code>
|
|
<pre>Gets the Proximity Beacon API's current public key and associated
|
|
parameters used to initiate the Diffie-Hellman key exchange required to
|
|
register a beacon that broadcasts the Eddystone-EID format. This key
|
|
changes periodically; clients may cache it and re-use the same public key
|
|
to provision and register multiple beacons. However, clients should be
|
|
prepared to refresh this key when they encounter an error registering an
|
|
Eddystone-EID beacon.
|
|
|
|
Args:
|
|
x__xgafv: string, V1 error format.
|
|
Allowed values
|
|
1 - v1 error format
|
|
2 - v2 error format
|
|
|
|
Returns:
|
|
An object of the form:
|
|
|
|
{ # Information a client needs to provision and register beacons that
|
|
# broadcast Eddystone-EID format beacon IDs, using Elliptic curve
|
|
# Diffie-Hellman key exchange. See
|
|
# [the Eddystone specification](https://github.com/google/eddystone/tree/master/eddystone-eid) at GitHub.
|
|
"minRotationPeriodExponent": 42, # Indicates the minimum rotation period supported by the service.
|
|
# See EddystoneEidRegistration.rotation_period_exponent
|
|
"maxRotationPeriodExponent": 42, # Indicates the maximum rotation period supported by the service.
|
|
# See EddystoneEidRegistration.rotation_period_exponent
|
|
"serviceEcdhPublicKey": "A String", # The beacon service's public key for use by a beacon to derive its
|
|
# Identity Key using Elliptic Curve Diffie-Hellman key exchange.
|
|
}</pre>
|
|
</div>
|
|
|
|
</body></html> |