TF-606 Implement store/get authority oidc
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class OIDCConstant {
|
||||
static String get mobileOidcClientId => 'teammail-mobile';
|
||||
static List<String> get oidcScope => ['openid', 'offline_access'];
|
||||
static const keyAuthorityOidc = 'KEY_AUTHORITY_OIDC';
|
||||
}
|
||||
Reference in New Issue
Block a user