Единая точка входа
SSO
Как это работает?
// Пример кода
ISSI(ssiContract).metadata(identity_token_id)struct SSIData {
uint senderProfileId;
uint receiverProfileId;
uint auditorProfileId;
uint deadline;
string question;
string answer;
ProofType proofType;
}Last updated