Files
Prowlarr-TS-SDK/docs/models/authenticationtype.md
2025-05-16 17:01:58 -05:00

215 B

AuthenticationType

Example Usage

import { AuthenticationType } from "prowlarr";

let value: AuthenticationType = "none";

Values

"none" | "basic" | "forms" | "external"