Method

FridaRemoteDeviceOptionsset_token

Declaration

void
frida_remote_device_options_set_token (
  FridaRemoteDeviceOptions* self,
  const gchar* value
)

Description [src]

Authentication token to present to the server.

Parameters

value

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.