Show / Hide Table of Contents

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

Manual

Manually provide a JWT token for use in authentication

OpenIDConnectPKCE

OpenID Connect using PKCE

UserName

Username and password authentication.

Windows

Windows / ActiveDirectory authentication.

Extension Methods

Extensions.Yield<RepositoryAuthenticationMethod>(RepositoryAuthenticationMethod)
In this article
Back to top Generated by DocFX