Show / Hide Table of Contents

Class VerifyChallengeResponseRequest

signed ChallengeResponse

Inheritance
object
VerifyChallengeResponseRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX