List available login methods
login
List available login methods
Aggregate every registered accounts provider’s login methods + bootstrap flag.
authed=False is OpenAPI truth-telling only; runtime public-ness comes from the
always-public /api/login prefix. Each method is serialized with
model_dump(exclude_none=True) so a None-valued optional (icon/autocomplete)
is OMITTED, never null (the Studio’s zod schemas accept absent but reject
null). An empty registry yields {"methods": [], "bootstrap": false}.
Provider errors propagate (loud, never a silently empty methods list).
GET
List available login methods
Response
200 - application/json
Success.

