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