bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

Request and Response in XML format #831

Closed timyounes closed 7 years ago

timyounes commented 7 years ago

Hi,

How to accept request in XML format and generate all response in XML format?

Thanks in advance

bluebaroncanada commented 7 years ago

Response::send($format)

timyounes commented 7 years ago

thanks @bluebaroncanada