public function TfaTestTotp::readFromStore in Two-factor Authentication (TFA) 7.2
One-off methods that allow for testing base plugin encryption.
File
- tests/
includes/ tfa_test.totp.inc, line 69 - Tests for the TfaValidationPluginInterface.
Class
- TfaTestTotp
- Class TfaTestTotp.
Code
public function readFromStore() {
return $this
->decrypt($this->store);
}