argos/dmp-frontend/src/app/core/common/enum/configurable-provider-type.ts

4 lines
77 B
TypeScript
Raw Normal View History

2022-04-28 11:03:01 +02:00
export enum ConfigurableProviderType {
Oauth2 = "oauth2",
Saml2 = "saml2"
}