# AuthenticationType ## Example Usage ```typescript import { AuthenticationType } from "prowlarr/models"; let value: AuthenticationType = "none"; ``` ## Values ```typescript "none" | "basic" | "forms" | "external" ```