We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f3008 commit 66eff3bCopy full SHA for 66eff3b
1 file changed
src/shared/constants/auth.ts
@@ -1,5 +1,8 @@
1
+/** Types of auth providers for users' authentication */
2
export const AuthProviderType = {
3
+ /** Default auth provider */
4
DUMMY: 'dummyAuthProvider',
5
+ /** Keycloak auth provider */
6
KEYCLOAK: 'keycloakAuthProvider',
7
};
8
0 commit comments