Class GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenResponse
Response message for the VerifyAppCheckToken method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenResponse : IDirectResponseSchema
Properties
AlreadyConsumed
Whether this token was already consumed. If this is the first time this method has seen the given App Check
token, this field will be omitted from the response. The given token will then be marked as
already_consumed
(set to true
) for all future invocations of this method for that token. Note that if
the given App Check token is invalid, an HTTP 403 error is returned instead of a response containing this
field, regardless whether the token was already consumed.
Declaration
[JsonProperty("alreadyConsumed")]
public virtual bool? AlreadyConsumed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |