@nocobase/plugin-verification
Version:
User identity verification management, including SMS, TOTP authenticator, with extensibility.
18 lines (17 loc) • 677 B
TypeScript
/**
* This file is part of the NocoBase (R) project.
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
* Authors: NocoBase Team.
*
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
* For more information, please refer to: https://www.nocobase.com/agreement.
*/
import React from 'react';
/**
* Tencent SMS provider settings. Mirror of v1 schema; persisted payload
* keys are unchanged. Secret credentials use `EnvVariableInput`'s
* `password` mode so literal values are masked but `{{ $env.X }}`
* references stay editable through the picker.
*/
export declare function TencentSettings(): React.JSX.Element;
export default TencentSettings;