Skip to main content

Interface: PaperSession

Defined in: web/lib/auth/paper-session.ts:32

Paper session data.

Properties​

agent​

readonly agent: Agent

Defined in: web/lib/auth/paper-session.ts:46

ATProto Agent for the paper account.


authenticatedAt​

readonly authenticatedAt: number

Defined in: web/lib/auth/paper-session.ts:56

When the paper session was authenticated.


paperDid​

readonly paperDid: `did:${string}:${string}`

Defined in: web/lib/auth/paper-session.ts:36

Paper account DID.


paperHandle​

readonly paperHandle: string

Defined in: web/lib/auth/paper-session.ts:41

Paper account handle.


pdsEndpoint​

readonly pdsEndpoint: string

Defined in: web/lib/auth/paper-session.ts:51

PDS endpoint URL.


session​

readonly session: OAuthSession

Defined in: web/lib/auth/paper-session.ts:61

Original OAuth session (for debugging/token refresh).