@nocobase/plugin-verification
Version:
User identity verification management, including SMS, TOTP authenticator, with extensibility.
18 lines (17 loc) • 705 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';
/**
* Aliyun SMS provider settings. Field names match the v1 schema 1:1, so
* the persisted shape on the server is unchanged. Each value can be a
* literal credential or an `{{ $env.X }}` reference; secret fields use
* `EnvVariableInput`'s `password` mode to mask non-variable values.
*/
export declare function AliyunSettings(): React.JSX.Element;
export default AliyunSettings;