TF-2387 Handle sign in SAAS platform
This commit is contained in:
@@ -8,4 +8,8 @@ class OIDCConstant {
|
||||
static const authResponseKey = "auth_info";
|
||||
|
||||
static String get clientId => PlatformInfo.isWeb ? AppConfig.webOidcClientId : mobileOidcClientId;
|
||||
|
||||
static String get saasClientId => PlatformInfo.isMobile
|
||||
? mobileOidcClientId
|
||||
: '';
|
||||
}
|
||||
Reference in New Issue
Block a user