AuthScheme Parameter (Connect-ActOn Cmdlet)
The type of authentication to use when connecting to Act-On.
Syntax
Connect-ActOn -AuthScheme string
Possible Values
OAuth, OAuthPasswordData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set this to perform OAuth with the code grant type.
- OAuthPassword: Set this to perform OAuth with the password grant type.