Mobile client OAuth2 support
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user