Type alias EmailIdentityDict

EmailIdentityDict: {
    session: string;
    threepidCreds?: ThreepidCreds;
    threepid_creds: ThreepidCreds;
    type: Email;
}

Type declaration

  • session: string
  • Optional threepidCreds?: ThreepidCreds

    Deprecated

    in favour of threepid_creds - kept for backwards compatibility

  • threepid_creds: ThreepidCreds
  • type: Email

Generated using TypeDoc