Class: Twilio::REST::AuthType
- Inherits:
-
Object
- Object
- Twilio::REST::AuthType
- Defined in:
- lib/twilio-ruby/credential/auth_type.rb
Constant Summary collapse
- BASIC =
'basic'
- ORGS_TOKEN =
'orgs_token'
- API_KEY =
'api_key'
- NOAUTH =
'noauth'
- CLIENT_CREDENTIALS =
'client_credentials'
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
12 13 14 |
# File 'lib/twilio-ruby/credential/auth_type.rb', line 12 def to_s name end |