Class: Twilio::REST::AuthType

Inherits:
Object
  • Object
show all
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_sObject



12
13
14
# File 'lib/twilio-ruby/credential/auth_type.rb', line 12

def to_s
  name
end