Variable: tramp-goa-interface-account
tramp-goa-interface-account is a variable defined in tramp-gvfs.el.gz.
Value
"org.gnome.OnlineAccounts.Account"
Documentation
The account interface of the GNOME Online Accounts.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
;; <interface name='org.gnome.OnlineAccounts.OAuth2Based'>
;; <method name='GetAccessToken'>
;; <arg type='s' name='access_token' direction='out'/>
;; <arg type='i' name='expires_in' direction='out'/>
;; </method>
;; <property type='s' name='ClientId' access='read'/>
;; <property type='s' name='ClientSecret' access='read'/>
;; </interface>
(defconst tramp-goa-interface-account "org.gnome.OnlineAccounts.Account"
"The account interface of the GNOME Online Accounts.")