class OmniAuth::Strategies::AllScripts
Public Instance Methods
access_token()
click to toggle source
# File lib/omniauth/strategies/allscripts.rb, line 30 def access_token ::OAuth2::AccessToken.new(client, oauth2_access_token.token, { :expires_in => oauth2_access_token.expires_in, :expires_at => oauth2_access_token.expires_at }) end
Also aliased as: oauth2_access_token
callback_url()
click to toggle source
# File lib/omniauth/strategies/allscripts.rb, line 24 def callback_url full_host + script_name + callback_path end