Enum RepositoryAuthenticationMethod
The type of authentication to use.
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum RepositoryAuthenticationMethod
Fields
Name | Description |
---|---|
AzureActiveDirectory | Azure AD using MSAL |
UserName | Username and password authentication. |
Windows | Windows / ActiveDirectory authentication. |