· 6 years ago · Aug 26, 2019, 09:44 PM
1val hash = hash_alg(data, secret_key) // Step 4 2 3val signature = base64UrlEncode(hash) // Step 5