Class VerifyChallengeResponseRequest
signed ChallengeResponse
Implements
Inherited Members
Namespace: Google.Apis.Verifiedaccess.v1.Data
Assembly: Google.Apis.Verifiedaccess.v1.dll
Syntax
public class VerifyChallengeResponseRequest : IDirectResponseSchema
Properties
ChallengeResponse
The generated response to the challenge
Declaration
[JsonProperty("challengeResponse")]
public virtual SignedData ChallengeResponse { get; set; }
Property Value
Type | Description |
---|---|
SignedData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpectedIdentity
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 |