10.2.1.4 Verify DID Signature
Interface Address | /did/verifyDidSign | |||
Description | RVerify the signature value of the DID to ensure the authenticity and validity of the current DID. | |||
Interface request parameter | ||||
No. | Parameter | Type | Required | Description |
---|---|---|---|---|
1 | VerifyDidReq | Y | Wrapper class | |
RestDocAuth | ||||
1 | did | String | Y | DID |
2 | didSign | String | Y | DID signature value |
Interface response parameter | ||||
No. | Parameter | Type | Description | |
1 | Boolean | Return true if success, return false if failed |