AuthScheme Parameter (Connect-EbayAnalytics Cmdlet)
The scheme used for authentication. Accepted entries are OAuth and OAuthClient.
Syntax
Connect-EbayAnalytics -AuthScheme string
Possible Values
OAuth, OAuthClientData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set to this to perform OAuth authentication with the code grant type.
- OAuthClient: Set to this to perform OAuth with the client credentials grant type.