|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-auth-device-client.h>
Data Fields | |
| uint32_t | abi_version |
| void(* | auth_success )(struct lws_vhost *vh, const char *logical_name, const char *access_token) |
| void(* | pairing_indication )(struct lws_vhost *vh, const char *logical_name, int start) |
| void(* | display_code )(struct lws_vhost *vh, const char *logical_name, const char *user_code) |
| const char *(* | get_device_name )(struct lws_vhost *vh, const char *logical_name) |
Definition at line 22 of file lws-auth-device-client.h.
| uint32_t lws_auth_device_client_ops::abi_version |
Definition at line 23 of file lws-auth-device-client.h.
| void(* lws_auth_device_client_ops::auth_success) (struct lws_vhost *vh, const char *logical_name, const char *access_token) |
Definition at line 26 of file lws-auth-device-client.h.
| void(* lws_auth_device_client_ops::pairing_indication) (struct lws_vhost *vh, const char *logical_name, int start) |
Definition at line 29 of file lws-auth-device-client.h.
| void(* lws_auth_device_client_ops::display_code) (struct lws_vhost *vh, const char *logical_name, const char *user_code) |
Definition at line 32 of file lws-auth-device-client.h.
| const char *(* lws_auth_device_client_ops::get_device_name) (struct lws_vhost *vh, const char *logical_name) |
Definition at line 35 of file lws-auth-device-client.h.