Merge "Update Protobufs to Include Per-Origin Provisioning ID"
This commit is contained in:
committed by
Android (Google) Code Review
commit
13afc71658
@@ -348,6 +348,9 @@ message ProvisioningRequest {
|
|||||||
optional bytes nonce = 2;
|
optional bytes nonce = 2;
|
||||||
// Options for type of certificate to generate. Optional.
|
// Options for type of certificate to generate. Optional.
|
||||||
optional ProvisioningOptions options = 3;
|
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.
|
// Provisioning response sent by the provisioning server to client devices.
|
||||||
|
|||||||
Reference in New Issue
Block a user