Lines Matching defs:code
27 * The length of the OATH code generated by the mechanism. Always 6 or 8; defaults to 6.
31 * The current login code for the OATH mechanism.
33 @property (nonatomic, readonly) NSString *code;
39 * The algorithm used for generating the next hash code.
43 * The time period to be used when generating the next hash code.
57 * @param codeLength The length of the code.
71 * @param codeLength The length of the code.
79 * Generates the next code for this OATH mechanism.
82 * @return YES if a new code has been successfully generated, otherwise NO.
87 * Track the time progress of the TOTP code.
92 * Check whether the TOTP code has expired.