Interface: ChiveUser
Defined in: web/lib/auth/types.ts:38
Authenticated user information.
Remarks
Retrieved from the user's PDS after successful authentication.
Properties
avatar?
optionalavatar:string
Defined in: web/lib/auth/types.ts:52
Avatar URL (optional, from profile)
description?
optionaldescription:string
Defined in: web/lib/auth/types.ts:49
Bio/description (optional, from profile)
did
did:
`did:${string}:${string}`
Defined in: web/lib/auth/types.ts:40
Decentralized identifier
displayName?
optionaldisplayName:string
Defined in: web/lib/auth/types.ts:46
Display name (optional, from profile)
handle
handle:
string
Defined in: web/lib/auth/types.ts:43
ATProto handle
pdsEndpoint
pdsEndpoint:
string
Defined in: web/lib/auth/types.ts:55
User's PDS endpoint