OAuthVerifier Parameter (Connect-AmazonMarketplace Cmdlet)
Specifies a verifier code returned from the OAuthAuthorizationURL . Used when authenticating to OAuth on a headless server, where a browser can't be launched. Requires both OAuthSettingsLocation and OAuthVerifier to be set.
Syntax
Connect-AmazonMarketplace -OAuthVerifier string
Data Type
cstr
Default Value
""
Remarks
Note: The verifier code returned from OAuth authorization URL needs to be base64 decoded before using.
For detailed instructions about how to obtain the OAuthVerifier value, see Establishing a Connection.