about summary refs log tree commit diff
path: root/LibMatrix/Homeservers/AuthenticatedHomeserverMxApiExtended.cs
blob: f55acb88dd9274fecd55621fc501fa5c78f6a6b6 (plain) (blame)
1
2
3
4
5
6
using LibMatrix.Services;

namespace LibMatrix.Homeservers;

public class AuthenticatedHomeserverMxApiExtended(string serverName, HomeserverResolverService.WellKnownUris wellKnownUris, ref string? proxy, string accessToken)
    : AuthenticatedHomeserverGeneric(serverName, wellKnownUris, ref proxy, accessToken);