You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valid types are hotp and totp, to distinguish whether the key will be used
for counter-based HOTP or for TOTP.
Label
The label is used to identify which account a key is associated with. It contains an account
name, which is a URI-encoded string, optionally prefixed by an issuer string identifying
the provider or service managing that account. This issuer prefix can be used to prevent
collisions between different accounts with different providers that might be identified
using the same account name, e.g. the user's email address.
The issuer prefix and account name should be separated by a literal or url-encoded colon,
and optional spaces may precede the account name. Neither issuer nor account name may
themselves contain a colon. Represented in ABNF according to RFC 5234: