OAuthVersion Parameter (Connect-Slack Cmdlet)
The type of authentication to use when connecting to Slack.
Syntax
Connect-Slack -OAuthVersion string
Possible Values
v2, openidData Type
cstr
Default Value
"v2"
Remarks
- v2: Set to this to perform OAuth authentication on new applications.
- openid: Set to this to perform OAuth authentication using OpenId Connect.