You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different implementations of AccessTokenInterface:setAccessToken seem to follow different guidelines re. the return value. See for example the following:
The JwtAccessToken:setAccessToken implementation returns a value if the token should be stored, but does not return anything if no storage is configured (which is equivalent to returning null).
Can you clarify what should be the return type of setAccessToken and where/how is it used?
The text was updated successfully, but these errors were encountered:
Different implementations of
AccessTokenInterface:setAccessToken
seem to follow different guidelines re. the return value. See for example the following:Can you clarify what should be the return type of
setAccessToken
and where/how is it used?The text was updated successfully, but these errors were encountered: