Constructor

FridaStaticAuthenticationServicenew

Declaration

FridaStaticAuthenticationService*
frida_static_authentication_service_new (
  const gchar* token
)

Description [src]

Creates a service that accepts the given token.

Parameters

token

Type: const gchar*

The token clients must present.

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

Return value

Type: FridaStaticAuthenticationService

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.