OAuth2Services
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_oauth2_services_get_type ()" ) ]
[
Version ( since =
"3.28" ) ]
public class OAuth2Services :
Object,
Extensible
Contains only private data that should be read and manipulated using the functions below.
Content:
Static methods:
Creation methods:
Methods:
- public void add (OAuth2Service service)
Adds the service
to the list of known OAuth2 services
into this.
- public OAuth2Service? find (Source source)
Searches the list of currently known OAuth2 services for the one which
can be used with the given source
.
- public OAuth2Service? guess (string? protocol, string? hostname)
Searches the list of currently known OAuth2 services for the one which
can be used with the given protocol
and/or hostname
.
- public bool is_oauth2_alias (string? auth_method)
- public SList<OAuth2Service> list ()
Lists all currently known services, which had been added with
add.
- public void remove (OAuth2Service service)
Removes the service
from the list of known services in
this.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface E.Extensible