Merge "Update Protobufs to Include Per-Origin Provisioning ID"

This commit is contained in:
John "Juce" Bruce
2015-04-10 18:17:55 +00:00
committed by Android (Google) Code Review

View File

@@ -348,6 +348,9 @@ message ProvisioningRequest {
optional bytes nonce = 2;
// Options for type of certificate to generate. Optional.
optional ProvisioningOptions options = 3;
// Stable identifier, unique for each device + application (or origin).
// Required if doing per-origin provisioning.
optional bytes stable_id = 4;
}
// Provisioning response sent by the provisioning server to client devices.