Class OAuthSettingsBase
Inheritance
OAuthSettingsBase
Implements
Inherited Members
Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke.dll
Syntax
public class OAuthSettingsBase : AuthenticationSettingsBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
OAuthSettingsBase()
Declaration
public OAuthSettingsBase()
Fields
SettingsEditor
Declaration
protected PropertyEditorControl SettingsEditor
Field Value
| Type | Description |
|---|---|
| PropertyEditorControl |
Properties
AuthSystemApplicationName
Declaration
protected virtual string AuthSystemApplicationName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
UpdateSettings()
Declaration
public override void UpdateSettings()