matrix-js-sdk
    Preparing search index...

    Type Alias UserLoginIdentifier

    A client can identify a user using their Matrix ID. This can either be the fully qualified Matrix user ID, or just the localpart of the user ID.

    type UserLoginIdentifier = {
        type: "m.id.user";
        user: string;
    }
    Index

    Properties

    Properties

    type: "m.id.user"
    user: string