Posted on: 10/13/2015 3:02:53 AM | Views : 1452

Lets say i implement ReceiveAsync method.
at the end of this method I should to call  context.DeserializeTicket(...)
if would like to implement cusom logic, for example if I did not found refresh token - display such error message to user.
however:
1. SetError method not exists in AuthenticationTokenReceiveContext class

2. throw new Exception(...) not gives as result json object

Any suggestions?

Go to the complete details ...