Table of Contents

Class AuthConfigModel

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public sealed class AuthConfigModel
Inheritance
AuthConfigModel
Inherited Members

Properties

ApiKeys

public IList<ApiKeyEntryModel> ApiKeys { get; set; }

Property Value

IList<ApiKeyEntryModel>

Enabled

public bool Enabled { get; set; }

Property Value

bool