mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
8 lines
82 B
C#
8 lines
82 B
C#
namespace FabAccessAPI
|
|
{
|
|
public enum Mechanism
|
|
{
|
|
PLAIN
|
|
}
|
|
}
|