lemmy-js-client
    Preparing search index...

    Type Alias UpdateTotp

    type UpdateTotp = {
        enabled: boolean;
        totp_token: string;
    }
    Index

    Properties

    Properties

    enabled: boolean
    totp_token: string