Interface: LoginOptions
Defined in: web/lib/auth/types.ts:102
Login options for initiating authentication.
Properties
handle?
optionalhandle:string
Defined in: web/lib/auth/types.ts:104
ATProto handle to authenticate (e.g., "alice.bsky.social")
pdsUrl?
optionalpdsUrl:string
Defined in: web/lib/auth/types.ts:107
PDS URL to authenticate against (optional, auto-discovered from handle)
redirectUrl?
optionalredirectUrl:string
Defined in: web/lib/auth/types.ts:110
URL to redirect to after successful login