Msg.AuthorizerInterface

Fields

Name

Type

Access

Description

parent_iface

GObject.TypeInterface

r

The parent interface.

process_request

object

r

A method to append authorization headers to a Soup.Message. Types of messages include DELETE, GET and POST.

refresh_authorization

object

r

A synchronous method to force a refresh of any authorization tokens held by the authorizer. It should return True on success. An asynchronous version will be defined by invoking this in a thread.

Methods

None

Details

class Msg.AuthorizerInterface

Interface structure for Msg.Authorizer. All methods should be thread safe.