Msg.AuthorizerInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_iface |
r |
The parent interface. |
|
process_request |
r |
A method to append authorization headers to a |
|
refresh_authorization |
r |
A synchronous method to force a refresh of any authorization tokens held by the authorizer. It should return |
Methods¶
None
Details¶
- class Msg.AuthorizerInterface¶
Interface structure for
Msg.Authorizer
. All methods should be thread safe.