104
104
c) Setting this property is equivalent to calling StartChecker() or
107
d) The creation time of this client object, as an RFC 3339 string.
107
d) The creation time of this client object, as a RFC 3339 string.
109
109
e) Setting this property is equivalent to calling Enable() or
112
f) The time of the last approval request, as an RFC 3339 string, or
112
f) The time of the last approval request, as a RFC 3339 string, or
113
113
an empty string if this has not happened.
115
g) The last time a checker was successful, as an RFC 3339 string,
116
or an empty string if this has not happened. Setting this
117
property is equivalent to calling CheckedOK(), i.e. the current
118
time is set, regardless of the string sent. Please always use
119
an empty string when setting this property, to allow for
120
possible future expansion.
115
g) The last time a checker was successful, as a RFC 3339 string, or
116
an empty string if this has not happened. Setting this property
117
is equivalent to calling CheckedOK(), i.e. the current time is
118
set, regardless of the string sent. Please always use an empty
119
string when setting this property, to allow for possible future
122
h) The last time this client was enabled, as an RFC 3339 string, or
122
h) The last time this client was enabled, as a RFC 3339 string, or
123
123
an empty string if this has not happened.
125
125
i) A raw byte array, not hexadecimal digits.
140
140
This client will be approved or denied in exactly Timeout
141
141
milliseconds, depending on ApprovedByDefault. Approve() can now
142
142
usefully be called on this client object.
144
144
*** PropertyChanged(s: Property, v: Value)
145
145
The Property on this client has changed to Value.
147
147
*** Rejected(s: Reason)
148
148
This client was not given its secret for a specified Reason.