Rest.ProxyAuth

g GObject.Object GObject.Object Rest.ProxyAuth Rest.ProxyAuth GObject.Object->Rest.ProxyAuth

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

cancel ()

pause ()

unpause ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class Rest.ProxyAuth(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Rest.ProxyAuthClass

Rest.ProxyAuth has no publicly available members.

cancel()

Cancel the authentication process by cancelling the associated Soup.Message. It results in returning GLib.Error Rest.ProxyError.CANCELLED to the function that requested the authentication.

Deprecated since version 0.9: This object get removed from [class`Rest`.Proxy]

pause()

Pauses self.

If self is already paused, this function does not do anything.

Deprecated since version 0.9: This object get removed from [class`Rest`.Proxy]

unpause()

Unpauses a paused Rest.ProxyAuth instance.

Deprecated since version 0.9: This object get removed from [class`Rest`.Proxy]