libwebsockets
Lightweight C library for HTML5 websockets
class="ui-resizable-handle">
Loading...
Searching...
No Matches
lws_auth_device_client_ops Struct Reference

#include <lws-auth-device-client.h>

Collaboration diagram for lws_auth_device_client_ops:

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)

Detailed Description

Definition at line 22 of file lws-auth-device-client.h.

Field Documentation

◆ abi_version

uint32_t lws_auth_device_client_ops::abi_version

Definition at line 23 of file lws-auth-device-client.h.

◆ auth_success

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.

◆ pairing_indication

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.

◆ display_code

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.

◆ get_device_name

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.


The documentation for this struct was generated from the following file: