Interface

Goa-1.0GoaOAuthBasedInterface

Interface for implementing OAuthBased. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_handle_get_access_token(
        invocation: Gio.DBusMethodInvocation,
    ): boolean;
}

Hierarchy (View Summary)

Index

Methods