Interface

Goa-1.0GoaOAuth2BasedInterface

Interface for implementing OAuth2Based. 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