play-authenticate
play-authenticate copied to clipboard
Once authenticated how to send requests to the provider?
I'm sorry for the bit out of off topic question, but once I have an application that uses play-authenticate; what is the preferred way to make API calls to the specific provider? I could not find this in the samples ...
Can you provide us some examples of the types of API calls you are looking to make to the specific provider?
For example using Scribe: https://github.com/scribejava/scribejava one can make requests to the different providers using their simple API e.g. https://github.com/scribejava/scribejava/tree/master/scribejava-apis/src/test/java/com/github/scribejava/apis/examples
While using PA I believe such api is hidden somewhere (or even provided by a 3rd party library?)