docs: update generated docs (#981)
diff --git a/docs/dyn/verifiedaccess_v1.challenge.html b/docs/dyn/verifiedaccess_v1.challenge.html
index db1322b..0075c6e 100644
--- a/docs/dyn/verifiedaccess_v1.challenge.html
+++ b/docs/dyn/verifiedaccess_v1.challenge.html
@@ -109,12 +109,12 @@
An object of the form:
{ # Result message for VerifiedAccess.CreateChallenge.
- "challenge": { # The wrapper message of any data and its signature. # Generated challenge
+ "alternativeChallenge": { # The wrapper message of any data and its signature. # Challenge generated with the old signing key
+ # (this will only be present during key rotation)
"signature": "A String", # The signature of the data field.
"data": "A String", # The data to be signed.
},
- "alternativeChallenge": { # The wrapper message of any data and its signature. # Challenge generated with the old signing key
- # (this will only be present during key rotation)
+ "challenge": { # The wrapper message of any data and its signature. # Generated challenge
"signature": "A String", # The signature of the data field.
"data": "A String", # The data to be signed.
},
@@ -151,8 +151,6 @@
An object of the form:
{ # Result message for VerifiedAccess.VerifyChallengeResponse.
- "devicePermanentId": "A String", # Device permanent id is returned in this field (for the machine response
- # only).
"verificationOutput": "A String", # For EMCert check, device permanent id is returned here.
# For EUCert check, signed_public_key_and_challenge [base64 encoded]
# is returned if present, otherwise empty string is returned.
@@ -165,6 +163,8 @@
# responses)
"deviceEnrollmentId": "A String", # Device enrollment id is returned in this field (for the machine response
# only).
+ "devicePermanentId": "A String", # Device permanent id is returned in this field (for the machine response
+ # only).
}</pre>
</div>