added comment

This commit is contained in:
Henrik Lepson 2022-01-17 17:16:56 +02:00
parent 866c3c24a7
commit b95115af4f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ private const val CHALLENGE_URL = "$BASE_URL/auth/challenge"
/**
* Test mobile app to demonstrate how other applications could potentially use MobileAuthApp.
* Single purpose app that launches the MobileAuthApp and gets the response back (JWT).
* Only for demo purposes.
*/
class MainActivity : AppCompatActivity() {