TF-624 Implement get authentication info
This commit is contained in:
@@ -5,6 +5,7 @@ class OIDCConstant {
|
||||
static String get webOidcClientId => 'teammail-web';
|
||||
static List<String> get oidcScope => ['openid', 'offline_access'];
|
||||
static const keyAuthorityOidc = 'KEY_AUTHORITY_OIDC';
|
||||
static const authResponseKey = "auth_info";
|
||||
|
||||
static String get clientId => BuildUtils.isWeb ? webOidcClientId : mobileOidcClientId;
|
||||
}
|
||||
Reference in New Issue
Block a user