Hi Yuriy,
We are using 3.1.1 from the github branch. However, I think I might have mistakenly sent you logs whilst we were using a version of AuthorizationGrantList.java that had some debug code in it. That is throwing the line numbers off by 4.
When we inserted the following at line 168 we were able to avoid the error:
```
if (idToken == null) {
return null;
}
```
Apologies for that. I will re-run my test to get accurate log data and post the result later.
Thanks,
Guy