Ive been wanting to support collecting oAuth2 credentials from the swagger docs on my API for a while. It seems like Swagger now supports this: http://developers-blog.helloreverb.com/enabling-oauth-with-swagger/
Is this supported by ServiceStack? In other words, can I configure my Swagger enabled SS API to somehow popup a page/dialog to ask for username/password from user in order to create a access_token to then use to call my API?