Goa.OAuthBased¶
- Implementations:
 
Methods¶
class  | 
|
class  | 
  | 
  | 
|
  | 
|
  | 
Virtual Methods¶
  | 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
ConsumerKey  | 
||
r/w  | 
ConsumerSecret  | 
Signals¶
Name  | 
Short Description  | 
|---|---|
Signal emitted when a remote caller is invoking the ‘GetAccessToken() [gdbus-method-org-gnome-OnlineAccounts-OAuthBased.GetAccessToken]’ D-Bus method.  | 
Fields¶
None
Class Details¶
- class Goa.OAuthBased¶
 - Bases:
 - Structure:
 
Abstract interface type for the D-Bus interface ‘org.gnome.OnlineAccounts.OAuthBased [gdbus-interface-org-gnome-OnlineAccounts-OAuthBased.top_of_page]’.
- classmethod interface_info()¶
 - Returns:
 A
Gio.DBusInterfaceInfo. Do not free.- Return type:
 
Gets a machine-readable description of the ‘org.gnome.OnlineAccounts.OAuthBased [gdbus-interface-org-gnome-OnlineAccounts-OAuthBased.top_of_page]’ D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
 - Parameters:
 klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
 The last property id.
- Return type:
 
Overrides all
GObject.Objectproperties in theGoa.OAuthBasedinterface for a concrete class. The properties are overridden in the order they are defined.
- call_get_access_token(cancellable, callback, *user_data)¶
 - Parameters:
 cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘GetAccessToken() [gdbus-method-org-gnome-OnlineAccounts-OAuthBased.GetAccessToken]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callGoa.OAuthBased.call_get_access_token_finish() to get the result of the operation.See
Goa.OAuthBased.call_get_access_token_sync() for the synchronous, blocking version of this method.
- call_get_access_token_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toGoa.OAuthBased.call_get_access_token().- Raises:
 - Returns:
 - Return type:
 (
bool, out_access_token:str, out_access_token_secret:str, out_expires_in:int)
Finishes an operation started with
Goa.OAuthBased.call_get_access_token().
- call_get_access_token_sync(cancellable)¶
 - Parameters:
 cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.- Raises:
 - Returns:
 - Return type:
 (
bool, out_access_token:str, out_access_token_secret:str, out_expires_in:int)
Synchronously invokes the ‘GetAccessToken() [gdbus-method-org-gnome-OnlineAccounts-OAuthBased.GetAccessToken]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
Goa.OAuthBased.call_get_access_token() for the asynchronous version of this method.
- complete_get_access_token(invocation, access_token, access_token_secret, expires_in)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.access_token (
str) – Parameter to return.access_token_secret (
str) – Parameter to return.expires_in (
int) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘GetAccessToken() [gdbus-method-org-gnome-OnlineAccounts-OAuthBased.GetAccessToken]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- do_handle_get_access_token(invocation) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –- Return type:
 
Handler for the
Goa.OAuthBased::handle-get-access-tokensignal.
Signal Details¶
- Goa.OAuthBased.signals.handle_get_access_token(o_auth_based, invocation)¶
 - Signal Name:
 handle-get-access-token- Flags:
 - Parameters:
 o_auth_based (
Goa.OAuthBased) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the ‘GetAccessToken() [gdbus-method-org-gnome-OnlineAccounts-OAuthBased.GetAccessToken]’ D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callGoa.OAuthBased.complete_get_access_token() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
Property Details¶
- Goa.OAuthBased.props.consumer_key¶
 - 
Represents the D-Bus property ‘“ConsumerKey” [gdbus-property-org-gnome-OnlineAccounts-OAuthBased.ConsumerKey]’.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- Goa.OAuthBased.props.consumer_secret¶
 - 
Represents the D-Bus property ‘“ConsumerSecret” [gdbus-property-org-gnome-OnlineAccounts-OAuthBased.ConsumerSecret]’.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.