module Twilio::JWT::AccessTokenGrant
Public Instance Methods
_generate_payload()
click to toggle source
# File lib/twilio-ruby/jwt/access_token.rb 10 def _generate_payload 11 raise NotImplementedError 12 end
_key()
click to toggle source
# File lib/twilio-ruby/jwt/access_token.rb 6 def _key 7 raise NotImplementedError 8 end