Codeunit "Http Authentication Anonymous"
ID 2358
Namespace: System.RestClient
Implementation of the "Http Authentication" interface for a anonymous request.
Implements
Properties
| Name | Value |
|---|---|
| Access | Public |
| InherentEntitlements | X |
| InherentPermissions | X |
Methods
IsAuthenticationRequired
Indicates if authentication is required.
procedure IsAuthenticationRequired(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
False, because no authentication is required. |
GetAuthorizationHeaders
Gets the authorization headers.
procedure GetAuthorizationHeaders(): Dictionary of [Text, SecretText]
Returns
| Type | Description |
|---|---|
| Dictionary of [Text, SecretText] |
Empty dictionary, because no authentication is required. |