AuthScheme Parameter (Connect-Ebay Cmdlet)
The scheme used for authentication. Accepted entries are OAuth and AuthNAuth.
Syntax
Connect-Ebay -AuthScheme string
Possible Values
OAuth, AuthNAuthData Type
cstr
Default Value
"AuthNAuth"
Remarks
- OAuth: Set this to perform OAuth authentication.
- AuthNAuth: Set to this to perform the traditional Auth'n'Auth authentication method used by the eBay APIs.