It’s got that in there already
{
“client_id”: “cells-client”,
“client_name”: “Cells Client CLI Tool”,
“grant_types”: [
“authorization_code”,
“refresh_token”
],
“redirect_uris”: [
“http://localhost:3000/servers/callback”,
“https://things.you.cant.see/oauth2/oob”
],
“response_types”: [
“code”,
“token”,
“id_token”
],
“scope”: “openid email profile pydio offline”
},