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
All known members inherited from interface E.Extensible