View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenResponse (google_api_firebase_app_check v0.4.0)
Response message for the VerifyAppCheckToken method.
Attributes
-
alreadyConsumed
(type:boolean()
, default:nil
) - 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 asalready_consumed
(set totrue
) 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenResponse{ alreadyConsumed: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.