View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaExchangeDeviceCheckTokenRequest (google_api_firebase_app_check v0.2.1)
Request message for the ExchangeDeviceCheckToken method.
Attributes
-
deviceToken
(type:String.t
, default:nil
) - Required. Thedevice_token
as returned by Apple's client-side DeviceCheck API. This is the base64 encodedData
(Swift) orNSData
(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
Unwrap a decoded JSON object into its complex fields.