tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Interop
DMApiParameters.cs
Go to the documentation of this file.
1
using
System
.ComponentModel.DataAnnotations;
2
3
namespace
Tgstation
.
Server
.Host.Components.Interop
4
{
8
public
abstract
class
DMApiParameters
9
{
13
[Required]
14
public
string
AccessIdentifier {
get
;
set
; }
15
}
16
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Interop.DMApiParameters
Common base for interop parameters.
Definition:
DMApiParameters.cs:8
Tgstation
Generated by
1.8.11