Files
simapi-net/Configurations/SimApiGateAuthOptions.cs
T

8 lines
155 B
C#

namespace SimApi.Configurations;
public class SimApiGateAuthOptions
{
public string? AppId { get; set; }
public string? AppKey { get; set; }
}