Type alias UserLoginIdentifier

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

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 declaration

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

Generated using TypeDoc