Skip to main content

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?

optional avatar: string

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

Avatar URL (optional, from profile)


description?

optional description: 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?

optional displayName: 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