class Doorkeeper::OAuth::IdTokenTokenResponse
Public Instance Methods
Source
# File lib/doorkeeper/oauth/id_token_token_response.rb, line 6 def body super.merge({ access_token: auth.token.token, token_type: auth.token.token_type }) end
Calls superclass method
Doorkeeper::OAuth::IdTokenResponse#body