The Config class provides a central area for management of Module Configuration Settings.

Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class OAuthConfigBase : AuthenticationConfigBase
Visual Basic
<SerializableAttribute>
Public Class OAuthConfigBase
	Inherits AuthenticationConfigBase

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Authentication..::..AuthenticationConfigBase
    DotNetNuke.Services.Authentication.OAuth..::..OAuthConfigBase

See Also