X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=doco%2Fdatastructure.txt;fp=doco%2Fdatastructure.txt;h=6ba590b64c81aedcadb1eed3bbb750ccdfda3e29;hp=0000000000000000000000000000000000000000;hb=98a6dee8498b3472e6f8fa9989279dddf4b1eefa;hpb=a766aae1ec9ecafa3f1e0b8452df71e92d109cba diff --git a/doco/datastructure.txt b/doco/datastructure.txt new file mode 100644 index 0000000..6ba590b --- /dev/null +++ b/doco/datastructure.txt @@ -0,0 +1,5 @@ +$data["tokenkey"] = "...."; // the token key +$data["tokentype"] = "...."; // the token type +$data["tokencounter"] = "...."; // the token counter for hotp +$data["tokenalgorithm"] = "...."; // the token algorithm (not supported by ga yet) +$data["tokentimer"] = "...." // the token timer (For totp) and not supported by ga yet