google_api_proximity_beacon v0.7.0 GoogleApi.ProximityBeacon.V1beta1.Model.EphemeralIdRegistrationParams View Source

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 at GitHub.

Attributes

  • maxRotationPeriodExponent (type: integer(), default: nil) - Indicates the maximum rotation period supported by the service. See EddystoneEidRegistration.rotation_period_exponent
  • minRotationPeriodExponent (type: integer(), default: nil) - Indicates the minimum rotation period supported by the service. See EddystoneEidRegistration.rotation_period_exponent
  • serviceEcdhPublicKey (type: String.t, default: nil) - The beacon service's public key for use by a beacon to derive its Identity Key using Elliptic Curve Diffie-Hellman key exchange.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ProximityBeacon.V1beta1.Model.EphemeralIdRegistrationParams{
  maxRotationPeriodExponent: integer(),
  minRotationPeriodExponent: integer(),
  serviceEcdhPublicKey: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.