Single Sign-On
SSO
How does it work ?
// Example code
ISSI(ssiContract).metadata(identity_token_id)struct SSIData {
uint senderProfileId;
uint receiverProfileId;
uint auditorProfileId;
uint deadline;
string question;
string answer;
ProofType proofType;
}Last updated