NewAgentTicket
From The Contingency Market
Contents |
NewAgentTicket(ulSessionID,uSequenceID,sIntegrity)
Issue a new ticket for the currently authenticated agent (a unique serial number that identifies the agent).
PARAMETERS
-
ulong ulSessionID - ID of authenticated session.
-
uint uSequenceID - Sequence number.
-
string sIntegrity - md5("ipaddr(sid,seq)->NewAgentTicket()/secret").
RETURNS
SAgentTicketData
-
string sTicket - Universally unique string identifying the currently authenticated agent and a new action.
-
string sCertificate - Corresponding string certifying ticket was issued by the identified agent.
FAULTS
Session.

