AuthToken(4.0)
The AuthToken
UDR is used for providing token information when the option Token Authentication has been selected in the agent's configuration.
Â
The following fields are included in the AuthToken
UDR:
Field | Description |
---|---|
claims (map<sting,any>) | The payload and any additional claims, i e any additional user information required for authentication, e g website, zoneinfo, etc. |
token (string) | The security token used for authentication. |
username (string) | The user name. |