Class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse
Response message for the ExchangeAppAttestAttestation method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse : IDirectResponseSchema
Properties
AppCheckToken
Encapsulates an App Check token.
Declaration
[JsonProperty("appCheckToken")]
public virtual GoogleFirebaseAppcheckV1AppCheckToken AppCheckToken { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppcheckV1AppCheckToken |
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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |