LoginWithAccessTokenParameters
The LoginWithAccessTokenParameters class provides parameters for logging in using an access token, extending the AuthenticationParameterBase class to include token-based authentication.
Properties
| Name | Description |
|---|---|
| DomainAddress | Specifies the domain address used during authentication. |
| AccessToken | Specifies the access token used for authentication. |
| Source | Identifies the source of the authentication request. Default is "Agent". |
| FootPrint | Identifier representing a unique session or client footprint. |
| ParentTelemetryId | Identifier for the parent telemetry, used for tracing and logging purposes. |
| Language | Specifies the language for the authentication request. |