#include <yateiax.h>
Public Types | |
enum | Type { Text = 1, MD5 = 2, RSA = 4 } |
Static Public Member Functions | |
static void | authList (String &dest, u_int16_t auth, char sep) |
Static Public Attributes | |
static TokenDict | s_texts [] |
This class holds the enumeration values for authentication methods
enum Type |
Authentication method enumeration types
static void authList | ( | String & | dest, | |
u_int16_t | auth, | |||
char | sep | |||
) | [static] |
Create a string list from authentication methods
dest | The destination | |
formats | The authentication methods | |
sep | The separator to use |