Interface: LoginOptions
Defined in: web/lib/auth/types.ts:121
Login options for initiating authentication.
Properties
handle?
optionalhandle:string
Defined in: web/lib/auth/types.ts:123
ATProto handle to authenticate (e.g., "alice.bsky.social")
intent?
optionalintent:AuthIntent
Defined in: web/lib/auth/types.ts:132
Authorization intent determining scope level. Defaults to 'full'.
pdsUrl?
optionalpdsUrl:string
Defined in: web/lib/auth/types.ts:126
PDS URL to authenticate against (optional, auto-discovered from handle)
redirectUrl?
optionalredirectUrl:string
Defined in: web/lib/auth/types.ts:129
URL to redirect to after successful login