# File lib/doorkeeper/oauth/authorization/token.rb, line 30
        def native_redirect
          {
            controller: 'doorkeeper/token_info',
            action: :show,
            access_token: token.token
          }
        end