Table of Contents

Enum ConnectionAuthType

Namespace
Monai.Deploy.InformaticsGateway.Api.Rest
Assembly
Monai.Deploy.InformaticsGateway.Api.dll

Specifies then authentication/authorization type for a connection.

public enum ConnectionAuthType

Fields

Basic = 1

HTTP Basic access authentication.

JSON value: Basic

Bearer = 2

OAuth 2.0 Bearer authentication/authorization.

JSON value: Bearer

None = 0

No authentication required. (Default) if not specified.

JSON value: None