Rest.ProxyAuth¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Rest.ProxyAuth(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Rest.ProxyAuth
has no publicly available members.- cancel()¶
Cancel the authentication process by cancelling the associated
Soup.Message
. It results in returningGLib.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]