Time-based one-time password
= Time-based one-time password
{wiki=Time-based_one-time_password}
A Time-based One-Time Password (TOTP) is a type of two-factor authentication (2FA) method that generates a short-lived code used to verify a user's identity. The TOTP algorithm combines a shared secret key (known only to the server and the user) with the current time to produce a unique password that is valid for a brief period, usually 30 seconds.