I've been looking into where the data is stored for ODIC clients that are registered. It seems the API excepts a lot of information but only stores the about 3 data points. client_name: "My App", client_uri: "https://client.example.com", redirect_uris: ["https://client.example.com/callback"],
Where is all the other configuration information stored?