OpenVPN
Data Fields
auth_challenge_info Struct Reference

#include <misc.h>

Data Fields

unsigned int flags
 
const char * user
 
const char * state_id
 
const char * challenge_text
 

Detailed Description

Definition at line 79 of file misc.h.

Field Documentation

◆ challenge_text

const char* auth_challenge_info::challenge_text

Definition at line 86 of file misc.h.

Referenced by get_user_pass_cr(), and parse_auth_challenge().

◆ flags

unsigned int auth_challenge_info::flags

Definition at line 82 of file misc.h.

Referenced by get_user_pass_cr(), and parse_auth_challenge().

◆ state_id

const char* auth_challenge_info::state_id

Definition at line 85 of file misc.h.

Referenced by get_user_pass_cr(), and parse_auth_challenge().

◆ user

const char* auth_challenge_info::user

Definition at line 84 of file misc.h.

Referenced by get_user_pass_cr(), and parse_auth_challenge().


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