AuthScheme
The type of authentication to use when connecting to Twilio.
Possible Values
AuthToken, APIKey, OAuthClientData Type
string
Default Value
"AuthToken"
Remarks
- AuthToken: Set to this to perform AuthToken authentication.
- APIKey: Set to this to perform APIKey authentication.
- OAuthClient: Set to this to perform authentication using OAuth Client Credentials.