You are here

abstract public function GoogleAuthenticator::putData in Google Authenticator login 7

Same name and namespace in other branches
  1. 6 ga4php.php \GoogleAuthenticator::putData()
1 call to GoogleAuthenticator::putData()
GoogleAuthenticator::internalPutData in ./ga4php.php
Store data.
1 method overrides GoogleAuthenticator::putData()
GALoginGA::putData in ./ga_login.class.php
Save data associated with a user.

File

./ga4php.php, line 33
Abstract GoogleAuthenticator class.

Class

GoogleAuthenticator
@file Abstract GoogleAuthenticator class.

Code

public abstract function putData($username, $data);