videosphere
    Preparing search index...

    Interface UserAuthCredentials

    Minimal user fields required for credential-based authentication.

    interface UserAuthCredentials {
        userId: string;
        passwordHash: string;
        role: UserRole;
        totpEnabled: boolean;
    }
    Index

    Properties

    userId: string
    passwordHash: string
    role: UserRole
    totpEnabled: boolean