# File lib/doorkeeper/oauth/authorization/code.rb, line 22
        def native_redirect
          { action: :show, code: token.token }
        end