mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_GoogleAuth.pm: fix some typos
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13155 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
54e34e7705
commit
9d9364c087
@ -1,7 +1,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
# License & technical informations
|
# License & technical informations
|
||||||
=pod
|
=for comment
|
||||||
#
|
#
|
||||||
################################################################
|
################################################################
|
||||||
#
|
#
|
||||||
@ -43,7 +43,7 @@
|
|||||||
=cut
|
=cut
|
||||||
|
|
||||||
# Development history
|
# Development history
|
||||||
=pod
|
=for comment
|
||||||
#
|
#
|
||||||
# 2017-01-15 - first commit to ./contrib
|
# 2017-01-15 - first commit to ./contrib
|
||||||
#
|
#
|
||||||
@ -289,7 +289,7 @@ sub gAuth($$) {
|
|||||||
Check the validity of a given token; return value is 1 for a valid token, otherwise -1.<br/>
|
Check the validity of a given token; return value is 1 for a valid token, otherwise -1.<br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Token always consists of six numerical digits and will change every 30 seconds.</li>
|
<li>Token always consists of six numerical digits and will change every 30 seconds.</li>
|
||||||
<li>Token is valid it it matches one of three tokens calculated by FHEM<br/>
|
<li>Token is valid if it matches one of three tokens calculated by FHEM<br/>
|
||||||
using three timestamps: -30 seconds, now and +30 seconds.<br/>
|
using three timestamps: -30 seconds, now and +30 seconds.<br/>
|
||||||
This behavior can be changed by attribute ga_strictCheck.</li>
|
This behavior can be changed by attribute ga_strictCheck.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user