AuthScheme Parameter (Connect-Twilio Cmdlet)
The type of authentication to use when connecting to Twilio.
Syntax
Connect-Twilio -AuthScheme string
Possible Values
AuthToken, APIKeyData Type
cstr
Default Value
"AuthToken"
Remarks
- AuthToken: Set to this to perform AuthToken authentication.
- APIKey: Set to this to perform APIKey authentication.