Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 809 Bytes

File metadata and controls

20 lines (12 loc) · 809 Bytes

AuthKey

The authorization key parameters.

Properties

Name Type Description Notes
name String The authorization key name.
value String The authorization key value.
title String The authorization key title. [optional]
type String The field type: text, password, select, toggle. [optional]
options List<String> The list of options for select type fields. [optional]
dependsOn String The name of another key this field depends on for visibility. [optional]
dependsOnValue String The value of ASC.Web.Studio.UserControls.Management.AuthKey.DependsOn key that makes this field visible. [optional]