GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaExchangeDeviceCheckTokenRequest (google_api_firebase_app_check v0.2.0) View Source

Request message for the ExchangeDeviceCheckToken method.

Attributes

  • deviceToken (type: String.t, default: nil) - Required. The device_token as returned by Apple's client-side DeviceCheck API. This is the base64 encoded Data (Swift) or NSData (ObjC) object.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaExchangeDeviceCheckTokenRequest{
    deviceToken: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.