Class: SsoGoogleServer

Inherits:
SsoOauthServer show all
Defined in:
lib/app/models/sso_google_server.rb

Overview

Google OAuth 2.0

Instance Method Summary collapse

Methods inherited from SsoOauthServer

#auth_code_url, #auth_endpoint, #clean_user_profile, #exchange, #extract_token, #get_profile, #profile_endpoint, #profile_key_mapping, #redirect_uri, #requested_scopes, #response_values, #token_endpoint, #user_profile

Methods inherited from SsoServer

#auth_code_url, #display_instructions, #user_profile

Instance Method Details

#display_nameObject

Google Server SSO name



10
11
12
# File 'lib/app/models/sso_google_server.rb', line 10

def display_name
  'Google OAuth 2.0'
end