TF-606 Implement store/get authority oidc

This commit is contained in:
dab246
2022-06-03 17:15:39 +07:00
committed by Dat H. Pham
parent 5757a7b23a
commit 02a5fa4b4f
11 changed files with 86 additions and 11 deletions
@@ -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';
}