Mobile client OAuth2 support

This commit is contained in:
Igor Kulikov
2021-06-11 16:03:03 +03:00
parent c3c5b7f0c2
commit 648942de68
7 changed files with 185 additions and 28 deletions

View File

@@ -1,4 +1,7 @@
abstract class ThingsboardAppConstants {
static final thingsBoardApiEndpoint = 'http://localhost:8080';
static final thingsboardOAuth2CallbackUrlScheme = 'org.thingsboard.app.auth';
/// Not for production (only for debugging)
static final thingsboardOAuth2AppSecret = 'Your app secret here';
}