7 Common parameter type definitions

7.43 UserTokenType

The UserTokenType is an enumeration that specifies the user identity token type. The possible values are described in Table 197.
Table 197 – 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. |