You are here

public function ServicesClientConnectionAuth::login in Services Client 7

Same name and namespace in other branches
  1. 7.2 services_client_connection/include/plugin.inc \ServicesClientConnectionAuth::login()

Login and hold login state on beginning of session

1 method overrides ServicesClientConnectionAuth::login()
ServicesClientConnectionSessionAuth::login in services_client_connection/plugins/ServicesClientConnectionSessionAuth.inc
Implements login().

File

services_client_connection/include/plugin.inc, line 77
Base plugin definitions. All other plugins should be extended from this set of plugins.

Class

ServicesClientConnectionAuth
Base authentication class

Code

public function login() {
}