class OmniAuth::Strategies::Auphonic
Public Instance Methods
raw_info()
click to toggle source
# File lib/omniauth/strategies/auphonic.rb, line 31 def raw_info @raw_info ||= access_token.get("/api/user.json").parsed["data"] end
request_phase()
click to toggle source
Calls superclass method
# File lib/omniauth/strategies/auphonic.rb, line 13 def request_phase super end