Table of Contents

Enum CallerType

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll

Represents the type of caller making a request to the OpenSettings.

public enum CallerType

Fields

Service = 2

Represents a backend service client.

Spa = 1

Represents a Single Page Application (SPA) client.

Unset = 0

Unset caller type, used when the type is not specified.