Skip to main content

Interface: LoginOptions

Defined in: web/lib/auth/types.ts:116

Login options for initiating authentication.

Properties

handle?

optional handle: string

Defined in: web/lib/auth/types.ts:118

ATProto handle to authenticate (e.g., "alice.bsky.social")


pdsUrl?

optional pdsUrl: string

Defined in: web/lib/auth/types.ts:121

PDS URL to authenticate against (optional, auto-discovered from handle)


redirectUrl?

optional redirectUrl: string

Defined in: web/lib/auth/types.ts:124

URL to redirect to after successful login