···116116/// Documentation: [HTTPS well-known Method](https://atproto.com/specs/handle#https-well-known-method)
117117pub fn resolve_well_known_did(
118118 request: request.Request(_),
119119- host: String,
119119+ host host: String,
120120) -> request.Request(_) {
121121 request
122122 |> request.set_method(http.Get)
···163163164164/// Create an authentication session.
165165/// An **App Password** can be generated in your Bluesky settings.
166166+///
167167+/// ## Body
168168+///
169169+/// - **password**: App password
170170+/// - **allowTakendown**: When true, instead of throwing error for takendown accounts,
171171+/// a valid response with a narrow scoped token will be returned
172172+/// - **authFactorToken**: Used during the authentication process to handle
173173+/// Two-Factor Authentication
166174///
167175/// ## Examples
168176///