AuthenticationType Enum

Definition

Decision switch for the sort of Auth to login to Dataverse with

public enum AuthenticationType
type AuthenticationType = 
Public Enum AuthenticationType
Inheritance
AuthenticationType

Fields

AD 0

Active Directory Auth

Certificate 6

Certificate based Auth

ClientSecret 7

Client Id + Secret Auth type.

ExternalTokenManagement 99

Enabled Host to manage Auth token for Dataverse connections.

InvalidConnection -1

Invalid connection

OAuth 5

OAuth based Auth

Applies to