Enum ConnectionAuthType
Specifies then authentication/authorization type for a connection.
Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public enum ConnectionAuthType
Fields
Name | Description |
---|---|
Basic | HTTP Basic access authentication.
|
Bearer | OAuth 2.0 Bearer authentication/authorization.
|
None | No authentication required. (Default) if not specified.
|