Time-based one-time password
ID: 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.
New to topics? Read the docs here!