OAuthVersion
The type of authentication to use when connecting to Slack.
Possible Values
v1, v2, openidData Type
string
Default Value
"v1"
Remarks
- v1: Set to this to perform OAuth authentication on legacy apps.
- v2: Set to this to perform OAuth authentication on new apps.
- openid: Set to this to perform OAuth authentication using OpenId Connect.