View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest (google_api_firebase_app_check v0.6.1)
Request message for the VerifyAppCheckToken method.
Attributes
-
appCheckToken
(type:String.t
, default:nil
) - Required. The App Check token to verify. App Check tokens exchanged from the SafetyNet provider are not supported; an HTTP 400 error will be returned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest{ appCheckToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.