| D-Bus
    1.10.22
    | 
Virtual table representing a particular auth mechanism. More...
| Data Fields | |
| const char * | mechanism | 
| Name of the mechanism. | |
| DBusAuthDataFunction | server_data_func | 
| Function on server side for DATA. | |
| DBusAuthEncodeFunction | server_encode_func | 
| Function on server side to encode. | |
| DBusAuthDecodeFunction | server_decode_func | 
| Function on server side to decode. | |
| DBusAuthShutdownFunction | server_shutdown_func | 
| Function on server side to shut down. | |
| DBusInitialResponseFunction | client_initial_response_func | 
| Function on client side to handle initial response. | |
| DBusAuthDataFunction | client_data_func | 
| Function on client side for DATA. | |
| DBusAuthEncodeFunction | client_encode_func | 
| Function on client side for encode. | |
| DBusAuthDecodeFunction | client_decode_func | 
| Function on client side for decode. | |
| DBusAuthShutdownFunction | client_shutdown_func | 
| Function on client side for shutdown. | |
Virtual table representing a particular auth mechanism.
Definition at line 102 of file dbus-auth.c.
 1.8.13
 1.8.13