WebSocketAuthContext Struct Reference

Authentication context. More...

#include <web_socket.h>

Data Fields

uint_t allowedAuthModes
 
WebSocketAuthMode requiredAuthMode
 
WebSocketAuthMode selectedAuthMode
 
char_t username [WEB_SOCKET_USERNAME_MAX_LEN+1]
 
char_t password [WEB_SOCKET_PASSWORD_MAX_LEN+1]
 
char_t realm [WEB_SOCKET_REALM_MAX_LEN+1]
 
uint32_t nc
 
char_t nonce [WEB_SOCKET_NONCE_MAX_LEN+1]
 
char_t cnonce [WEB_SOCKET_CNONCE_SIZE *2+1]
 
char_t opaque [WEB_SOCKET_OPAQUE_MAX_LEN+1]
 
bool_t stale
 

Detailed Description

Authentication context.

Definition at line 357 of file web_socket.h.

Field Documentation

◆ allowedAuthModes

uint_t allowedAuthModes

Definition at line 359 of file web_socket.h.

◆ cnonce

Definition at line 368 of file web_socket.h.

◆ nc

uint32_t nc

Definition at line 366 of file web_socket.h.

◆ nonce

Definition at line 367 of file web_socket.h.

◆ opaque

Definition at line 369 of file web_socket.h.

◆ password

Definition at line 363 of file web_socket.h.

◆ realm

Definition at line 364 of file web_socket.h.

◆ requiredAuthMode

WebSocketAuthMode requiredAuthMode

Definition at line 360 of file web_socket.h.

◆ selectedAuthMode

WebSocketAuthMode selectedAuthMode

Definition at line 361 of file web_socket.h.

◆ stale

bool_t stale

Definition at line 370 of file web_socket.h.

◆ username

Definition at line 362 of file web_socket.h.


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