tgstation-server  4.3.2
The /tg/station 13 server suite
ICredentialsProvider.cs
Go to the documentation of this file.
1 using LibGit2Sharp.Handlers;
2 
3 namespace Tgstation.Server.Host.Components.Repository
4 {
9  {
16  CredentialsHandler GenerateCredentialsHandler(string username, string password);
17  }
18 }