Enum AuthenticatorConfig.AuthenticatorImplementation
DEPRECATED: Available authenticator implementations
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public enum AuthenticatorConfig.AuthenticatorImplementation
Fields
| Name | Description |
|---|---|
| Basic | Use a basic implementation. Post requests to the authority endpoint and parse the JSON response in case of success |
| MSAL | Use Microsoft Authentication Library (MSAL). Recommended |