Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse

Response message for the GenerateAppAttestChallenge method.

Inheritance
object
GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse
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.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse : IDirectResponseSchema

Properties

Challenge

A one-time use challenge for the client to pass to the App Attest API.

Declaration
[JsonProperty("challenge")]
public virtual string Challenge { 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

Ttl

The duration from the time this challenge is minted until its expiration. This field is intended to ease client-side token management, since the client may have clock skew, but is still able to accurately measure a duration.

Declaration
[JsonProperty("ttl")]
public virtual object Ttl { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX