8 lines
130 B
C#

namespace Suspectus.Gandalf.Palantir.Data.Entities.Subject.SignIn;
public enum SignInMethod
{
Simple,
Google,
Steam
}