diff --git a/src/utils/interfaces.ts b/src/utils/interfaces.ts index ccbc5c57..d1d681f3 100644 --- a/src/utils/interfaces.ts +++ b/src/utils/interfaces.ts @@ -258,6 +258,11 @@ export type WhiteLabelData = { * privacyPolicy: http://example.com/privacy */ privacyPolicy?: string; + /** + * Whether to require consent for the user to login. + * @defaultValue false + */ + consentRequired?: boolean; }; export type AuthConnectionConfigItem = {