export enum SecondFactorMethod {
    TOTP = 1,
    WebAuthn,
    MobilePush,
}
