Class OAuthSettingsBase
Inheritance
System.Object
OAuthSettingsBase
Implements
Inherited Members
Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke.dll
Syntax
public class OAuthSettingsBase : AuthenticationSettingsBase, IModuleControl
Fields
| Improve this Doc View SourceSettingsEditor
Declaration
protected PropertyEditorControl SettingsEditor
Field Value
Type | Description |
---|---|
PropertyEditorControl |
Properties
| Improve this Doc View SourceAuthSystemApplicationName
Declaration
protected virtual string AuthSystemApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
| Improve this Doc View SourceUpdateSettings()
UpdateSettings updates the settings in the Data Store.
Declaration
public override void UpdateSettings()
Overrides
Remarks
This method must be overriden in the inherited class.