AuthScheme Parameter (Connect-Sage50UK Cmdlet)
The scheme used for authentication. Accepted entries are Basic, Digest, or None.
Syntax
Connect-Sage50UK -AuthScheme string
Possible Values
Basic, Digest, NoneData Type
cstr
Default Value
"Basic"
Remarks
Together with Password and User, this field is used to authenticate against the Sage 50 UK Accounts service. Basic is the default option.
- Basic: Set this to use HTTP Basic authentication.
- Digest: Set this to use HTTP Digest authentication.
This is a required parameter.