Specifies the authorization type in use for accessing a secure directory over HTTP.
Unit
CRVio
Syntax
THttpAuthenticationType = (atBasic, atBearerToken);
Values
Value | Meaning |
atBasic |
Specifies that the Basic authorization is used when sending a username and password in the HTTP request. |
atBearerToken |
Specifies that Bearer Token is used when sending an access token in the HTTP request. |
See Also