Hi.
in mentioned method, the first line checks whether the token map contains
keys:
OAuthConstants.ACCESS_TOKEN and OAuthConstants.ACCESS_TOKEN_TYPE
In my case, map looks like this, and I assume it's correct and shouldn't
contain that keys.
tokenKey=1|2PoPR7hwrPOPAdiCuVrpINFErQTy0MLy,
tokenType=bearer,
refreshToken=null,
expiresIn=0,
issuedAt=-1,
parameters={},
approvedScope=null
what's wrong here guys?
in mentioned method, the first line checks whether the token map contains
keys:
OAuthConstants.ACCESS_TOKEN and OAuthConstants.ACCESS_TOKEN_TYPE
In my case, map looks like this, and I assume it's correct and shouldn't
contain that keys.
tokenKey=1|2PoPR7hwrPOPAdiCuVrpINFErQTy0MLy,
tokenType=bearer,
refreshToken=null,
expiresIn=0,
issuedAt=-1,
parameters={},
approvedScope=null
what's wrong here guys?