Returns all of the clients for the authenticated user.
Axios.get('/oauth/clients') .then(response => { console.log(response.data); });
Clickable & Draggable!