Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse

Response message for the ExchangeAppAttestAttestation method.

Inheritance
object
GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse
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 GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse : IDirectResponseSchema

Properties

AppCheckToken

Encapsulates an App Check token.

Declaration
[JsonProperty("appCheckToken")]
public virtual GoogleFirebaseAppcheckV1betaAppCheckToken AppCheckToken { get; set; }
Property Value
Type Description
GoogleFirebaseAppcheckV1betaAppCheckToken

Artifact

An artifact that can be used in future calls to ExchangeAppAttestAssertion.

Declaration
[JsonProperty("artifact")]
public virtual string Artifact { get; set; }
Property Value
Type Description
string

AttestationToken

Encapsulates an App Check token.

Declaration
[JsonProperty("attestationToken")]
public virtual GoogleFirebaseAppcheckV1betaAttestationTokenResponse AttestationToken { get; set; }
Property Value
Type Description
GoogleFirebaseAppcheckV1betaAttestationTokenResponse

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX