class Google::Auth::WebUserAuthorizer

def initialize client_id, scope, token_store, callback_uri = nil

Parameters:
  • callback_uri (String) --
  • token_store (Google::Auth::Stores::TokenStore) --
  • scope (String, Array) --
  • client_id (Google::Auth::ClientID) --
def initialize client_id, scope, token_store, callback_uri = nil
  super client_id, scope, token_store, callback_uri
end