Sistem Masuk Tunggal
SSO
Bagaimana cara kerjanya?
// Contoh kode
ISSI(ssiContract).metadata(identity_token_id)struct SSIData {
uint senderProfileId;
uint receiverProfileId;
uint auditorProfileId;
uint deadline;
string question;
string answer;
ProofType proofType;
}Last updated