Skip to content

Commit

Permalink
Add missing method to token response
Browse files Browse the repository at this point in the history
  • Loading branch information
fredplante committed Mar 9, 2024
1 parent 960f150 commit 8c968b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/doorkeeper/oauth/token_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module OAuth
class TokenResponse
attr_reader :token

alias issued_token token

def initialize(token)
@token = token
end
Expand Down

0 comments on commit 8c968b7

Please sign in to comment.