シングル・サインオン
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