Class VerifyChallengeResponseRequest
Signed ChallengeResponse.
Implements
Inherited Members
Namespace: Google.Apis.Verifiedaccess.v2.Data
Assembly: Google.Apis.Verifiedaccess.v2.dll
Syntax
public class VerifyChallengeResponseRequest : IDirectResponseSchema
Properties
ChallengeResponse
Required. The generated response to the challenge, the bytes representation of SignedData.
Declaration
[JsonProperty("challengeResponse")]
public virtual string ChallengeResponse { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpectedIdentity
Optional. Service can optionally provide identity information about the device or user associated with the key. For an EMK, this value is the enrolled domain. For an EUK, this value is the user's email address. If present, this value will be checked against contents of the response, and verification will fail if there is no match.
Declaration
[JsonProperty("expectedIdentity")]
public virtual string ExpectedIdentity { get; set; }
Property Value
Type | Description |
---|---|
string |