High Performance OPC UA Server SDK  1.2.0.193
ua_usertokentype

The type of user identity token required. More...

Enumerations

enum  ua_usertokentype {
  UA_USERTOKENTYPE_ANONYMOUS = 0, UA_USERTOKENTYPE_USERNAME = 1, UA_USERTOKENTYPE_CERTIFICATE = 2, UA_USERTOKENTYPE_ISSUEDTOKEN = 3,
  UA_USERTOKENTYPE_MAX_ENUM_VALUE = INT32_MAX
}
 The type of user identity token required. More...
 

Functions

const char * ua_usertokentype_to_string (enum ua_usertokentype usertokentype)
 

Detailed Description

The type of user identity token required.

Enumeration Type Documentation

The type of user identity token required.

Enumerator
UA_USERTOKENTYPE_ANONYMOUS 

No token is required.

UA_USERTOKENTYPE_USERNAME 

A username/password token.

UA_USERTOKENTYPE_CERTIFICATE 

An X509v3 Certificate token.

UA_USERTOKENTYPE_ISSUEDTOKEN 

Any WS-Security defined token.