Skip to content

AuthState

Defined in: types/client.ts:169

Represents the authentication state of an agent.

identity: Identity | null

Defined in: types/client.ts:170


isAuthenticating: boolean

Defined in: types/client.ts:175

Indicates whether the authentication process is ongoing.


isAuthenticated: boolean

Defined in: types/client.ts:180

Indicates whether the agent is authenticated.


error: Error | undefined

Defined in: types/client.ts:185

Represents any error that occurred during authentication.