You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible that we could call ad4m.agent.status() to just get the properties isLocked and isInitialized? I need a function so I can check if the agent is locked or initialized without having any capabilities. It would be useful for checking that I have a connection with ad4min and knowing the agent status without throwing an exception. If an exception is thrown, then I know that I have no connection to the url. I don't think the agent.status function needs to return the agent.did or any other sensitive information as this can already be done with agent.me().
The text was updated successfully, but these errors were encountered:
Is it possible that we could call ad4m.agent.status() to just get the properties isLocked and isInitialized? I need a function so I can check if the agent is locked or initialized without having any capabilities. It would be useful for checking that I have a connection with ad4min and knowing the agent status without throwing an exception. If an exception is thrown, then I know that I have no connection to the url. I don't think the agent.status function needs to return the agent.did or any other sensitive information as this can already be done with agent.me().
The text was updated successfully, but these errors were encountered: