Search Results for

    Show / Hide Table of Contents

    Enum ConnectionAuthType

    Specifies then authentication/authorization type for a connection.

    Namespace: Nvidia.Clara.DicomAdapter.API.Rest
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public enum ConnectionAuthType : int

    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 © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX