aspnetcore-js-devexpress-dot-richedit-30d8e302.md
Declares credentials settings used to identify editable ranges in a protected document.
export interface IAuthenticationSettings
Specifies the name of the group of users with editing permission.
group?: string
| Type | Description |
|---|---|
| string |
The user group name.
|
The Rich Text Editor compares the group property value with the group property of each RangePermission object in a document. If the values are equal or the group value is Everyone, the corresponding document range can be edited.
Specifies a username with editing permission.
userName?: string
| Type | Description |
|---|---|
| string |
The user name.
|
The Rich Text Editor compares the userName property value with the userName property of each RangePermission object in a document. If the values are equal, the corresponding document range can be edited.