Class

FridaStaticAuthenticationService

Description [src]

final class Frida.StaticAuthenticationService : GObject.Object
  implements Frida.AuthenticationService {
  /* No available fields */
}

An FridaAuthenticationService that accepts a single fixed token.

Ancestors

Constructors

frida_static_authentication_service_new

Creates a service that accepts the given token.

Instance methods

frida_static_authentication_service_get_token_hash

The SHA-256 hash of the accepted token.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from FridaAuthenticationService (2)
frida_authentication_service_authenticate

Authenticates a client by its token.

frida_authentication_service_authenticate_finish

Authenticates a client by its token.

Properties

Frida.StaticAuthenticationService:token-hash

The SHA-256 hash of the accepted token.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaStaticAuthenticationServiceClass {
  /* no available fields */
}

No description available.