The UserTokenType is an enumeration that specifies the user identity token type. The possible values are described in Table 191.
Table 191 – UserTokenType values
|
Name |
Value |
Description |
|
ANONYMOUS |
0 |
No token is required. |
|
USERNAME |
1 |
A username/password token. |
|
CERTIFICATE |
2 |
An X.509 v3 Certificate token. |
|
ISSUEDTOKEN |
3 |
Any token issued by an Authorization Service. |