Skip to content

AuthState

Defined in: types/client.ts:78

Represents the authentication state of an agent.

identity: Identity | null

Defined in: types/client.ts:79


isAuthenticating: boolean

Defined in: types/client.ts:84

Indicates whether the authentication process is ongoing.


isAuthenticated: boolean

Defined in: types/client.ts:89

Indicates whether the agent is authenticated.


error: Error | undefined

Defined in: types/client.ts:94

Represents any error that occurred during authentication.