this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Committer:
ocomeni
Date:
Fri Jul 19 16:49:26 2019 +0000
Branch:
PassingRegression
Revision:
129:590bdc2dcf5b
Parent:
73:6f5021cbe752
Implementation of Access token acquisition; 1. make request with credentials - DONE; 2. get response - DONE; 3. extract Id and refresh tokens from response - DONE; 4. integrate with code - DONE; Testing ongoing

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ocomeni 73:6f5021cbe752 1 {
ocomeni 73:6f5021cbe752 2 "ignore": [
ocomeni 73:6f5021cbe752 3 "./mbed-http"
ocomeni 73:6f5021cbe752 4 ]
ocomeni 73:6f5021cbe752 5 }