Signal

FridaPortalService::authenticated

Declaration

void
authenticated (
  FridaPortalService* self,
  guint connection_id,
  const gchar* session_info,
  gpointer user_data
)

Description [src]

Emitted when a connection successfully authenticates.

Default handler:

Parameters

connection_id

Type: guint

The connection’s ID.

session_info

Type: const gchar*

JSON describing the authenticated session.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.