videosphere
    Preparing search index...

    Type Alias TotpSecretLookup

    TotpSecretLookup:
        | { status: "disabled" }
        | { status: "available"; secret: string }
        | { status: "unavailable" }

    Result of loading a user's stored TOTP secret for verification flows.