matrix-js-sdk
    Preparing search index...

    Type Alias ThirdPartyLoginIdentifier

    A client can identify a user using a 3PID associated with the user’s account on the homeserver, where the 3PID was previously associated using the /account/3pid API. See the 3PID Types Appendix for a list of Third-party ID media.

    type ThirdPartyLoginIdentifier = {
        address: string;
        medium: string;
        type: "m.id.thirdparty";
    }
    Index

    Properties

    Properties

    address: string
    medium: string
    type: "m.id.thirdparty"