AuthScheme Parameter (Connect-Slack Cmdlet)
The scheme used for authentication. Accepted entries are OAuth and UserToken.
Syntax
Connect-Slack -AuthScheme string
Possible Values
OAuth, UserToken, TokenData Type
cstr
Default Value
"OAuth"
Remarks
Use the following options to select your authentication scheme:
- OAuth: Set to this to perform OAuth authentication.
- UserToken: Set to this to perform UserToken authentication.
- Token: Set to this to perform Token authentication.