Files
Prowlarr-TS-SDK/docs/models/authenticationtype.md

222 B

AuthenticationType

Example Usage

import { AuthenticationType } from "prowlarr/models";

let value: AuthenticationType = "none";

Values

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