Interface
FridaAuthenticationService
Description [src]
interface Frida.AuthenticationService : GObject.Object
Authenticates clients connecting to a FridaPortalService or
FridaControlService.
Prerequisite
In order to implement AuthenticationService, your type must inherit fromGObject.
Interface structure
struct FridaAuthenticationServiceIface {
void (* authenticate) (
FridaAuthenticationService* self,
const gchar* token,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
);
gchar* (* authenticate_finish) (
FridaAuthenticationService* self,
GAsyncResult* _res_,
GError** error
);
}
No description available.
Interface members
authenticate |
|
No description available. |
|
authenticate_finish |
|
No description available. |