Search Results for

    Show / Hide Table of Contents

    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.

    JSON value: Basic

    Bearer

    OAuth 2.0 Bearer authentication/authorization.

    JSON value: Bearer

    None

    No authentication required. (Default) if not specified.

    JSON value: None

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX