Changeset 2000995
- Timestamp:
- 12/24/2018 12:02:58 PM (7 years ago)
- File:
-
- 1 edited
-
here-mobility/trunk/heremobility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
here-mobility/trunk/heremobility.php
r1995227 r2000995 182 182 function get_auth_data($appKey, $appSecret, $user) 183 183 { 184 $expiration = time() + 15 * 60;184 $expiration = time() + 2 * 60 * 60; // two hours 185 185 $hash = hash_hmac( 186 186 'sha256',
Note: See TracChangeset
for help on using the changeset viewer.