You can also have a quick start from an empty project following the steps described here
You will need to specify where is the server that will provide the JWts. The backend sample can be directly deployed from this repository.
Follow the steps described in this tutorial to easily deploy a sample server
Then you can point your app to that server by providing the url in strings.xml
<string name="default_endpoint">https://{YOUR_SERVER}.herokuapp.com/verify/token</string>
To setup automatic input of verification codes in your app please refer to this guide
For further information please contact us