Skip to main content
JS

RichEditBuilder.Authentication(Action<AuthenticationSettingsBuilder>) Method

Specifies authentication settings.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RichEditBuilder Authentication(
    Action<AuthenticationSettingsBuilder> configure
)

Parameters

Name Type Description
configure Action<AuthenticationSettingsBuilder>

A delegate method that specifies authentication settings.

Returns

Type Description
RichEditBuilder

A builder for the Rich Text Editor.

See Also