AuthState
Defined in: types/client.ts:89
Represents the authentication state of an agent.
Properties
Section titled “Properties”identity
Section titled “identity”identity:
Identity|null
Defined in: types/client.ts:90
isAuthenticating
Section titled “isAuthenticating”isAuthenticating:
boolean
Defined in: types/client.ts:95
Indicates whether the authentication process is ongoing.
isAuthenticated
Section titled “isAuthenticated”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.