Skip to content

Defined in: types/client.ts:89

Represents the authentication state of an agent.

identity: Identity | null

Defined in: types/client.ts:90


isAuthenticating: boolean

Defined in: types/client.ts:95

Indicates whether the authentication process is ongoing.


isAuthenticated: boolean

Defined in: types/client.ts:100

Indicates whether the agent is authenticated.


error: Error | undefined

Defined in: types/client.ts:105

Represents any error that occurred during authentication.