| timestamp = c.Value | timestamp = c.Value | ||||
| } | } | ||||
| } | } | ||||
| if signature != "" && nonce != "" && timestamp != "" { | |||||
| if signature != "" && nonce != "" && timestamp != "" && token != "" { | |||||
| return verifySignature(signature, timestamp, nonce, IntraAPIConfig.CRMSecrete) | return verifySignature(signature, timestamp, nonce, IntraAPIConfig.CRMSecrete) | ||||
| } | } | ||||
| return false | return false |