Type alias IdServiceConfiguration
IdServiceConfiguration: ({ providers: IdentityProviderInfo[]; status: ConfigStatusResponseCode.SUCCESS; } | { status: ConfigStatusResponseCode.TENANT_NOT_ACTIVE | ConfigStatusResponseCode.ENVIRONMENT_NOT_ACTIVE | ConfigStatusResponseCode.IDP_MISCONFIGURATION | ConfigStatusResponseCode.ERROR; }) & { environmentId: string; tenantId: string; }
Type declaration
-
environmentId: string
-
tenantId: string