ValidityTime Property
The validity time of the created password.
Object Oriented Interface
public function getValidityTime();
Procedural Interface
ipworksauth_totp_get($res, 4 );
Default Value
0
Remarks
This property returns the remaining validity time in seconds of the created password. After calling CreatePassword this property may be queried to determine for how many more seconds the password will be valid. If the password is no longer valid this property returns 0.
This property is read-only.
Data Type
Integer