According to the documentation (https://doc.nuxeo.com/display/NXDOC/Using+OAuth2), Nuxeo currently supports the "authorization code" flow by passing the "reponse_type" parameter with the value "code".
Does Nuxeo support any other OAuth2 grant flows (i.e. Implicit, Resource Owner Password Credentials or Client Credentials)?
Is there any related documentation?