Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return refresh token only if we issue one
According to https://tools.ietf.org/html/rfc6749#section-5.1, refresh_token parameter is OPTIONAL, so do not return one with null value in case we don't issue a refresh token
- Loading branch information