I'm not sure why but I think our backend might return a 2xx code for a client id/client secret authentication error with no token. We should check this case and fail fast.
|
this._accessToken = loginResponse.access_token; |
|
this._tokenType = loginResponse.token_type; |