Class AgentInfo
-
- All Implemented Interfaces:
@Serializable() public final class AgentInfo
Represents the core information about an agent in the system. An
Agent
manages credentials and is used to connect to other agents on behalf of the user.- Since:
3.0.7
-
-
Method Summary
Modifier and Type Method Description final String
getId()
The unique identifier of the agent. final String
getName()
The name of the agent. final String
getAgentUrl()
The URL needed to connect to the agent. final String
getConnectionUrl()
The URL that represents the agent in a connection object. final Double
getCreationTime()
The date and time when the agent was created. final String
getDid()
The decentralized identifier (DID) for the agent. final String
getVerkey()
The public key for the agent. -
-
Method Detail
-
getAgentUrl
final String getAgentUrl()
The URL needed to connect to the agent.
-
getConnectionUrl
final String getConnectionUrl()
The URL that represents the agent in a connection object.
-
getCreationTime
final Double getCreationTime()
The date and time when the agent was created.
-
-
-
-