tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ICredentialsProvider.cs
Go to the documentation of this file.
1using LibGit2Sharp;
2using LibGit2Sharp.Handlers;
3
5
7{
12 {
19 CredentialsHandler GenerateCredentialsHandler(string? username, string? password);
20
25 public void CheckBadCredentialsException(LibGit2SharpException exception);
26 }
27}
CredentialsHandler GenerateCredentialsHandler(string? username, string? password)
Generate a CredentialsHandler from a given username and password .
void CheckBadCredentialsException(LibGit2SharpException exception)
Rethrow the authentication failure message as a JobException if it is one.