Show / Hide Table of Contents

Class OAuthConfigBase

Inheritance
object
AuthenticationConfigBase
OAuthConfigBase
Inherited Members
AuthenticationConfigBase.PortalID
AuthenticationConfigBase.DependencyProvider
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke.dll
Syntax
public class OAuthConfigBase : AuthenticationConfigBase

Constructors

OAuthConfigBase(string, int)

Declaration
protected OAuthConfigBase(string service, int portalId)
Parameters
Type Name Description
string service
int portalId

Properties

APIKey

Declaration
public string APIKey { get; set; }
Property Value
Type Description
string

APISecret

Declaration
public string APISecret { get; set; }
Property Value
Type Description
string

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

HostConfig

Declaration
public bool HostConfig { get; set; }
Property Value
Type Description
bool

Service

Declaration
protected string Service { get; set; }
Property Value
Type Description
string

Methods

ClearConfig(string, int)

Declaration
public static void ClearConfig(string service, int portalId)
Parameters
Type Name Description
string service
int portalId

GetConfig(string, int)

Declaration
public static OAuthConfigBase GetConfig(string service, int portalId)
Parameters
Type Name Description
string service
int portalId
Returns
Type Description
OAuthConfigBase

UpdateConfig(OAuthConfigBase)

Declaration
public static void UpdateConfig(OAuthConfigBase config)
Parameters
Type Name Description
OAuthConfigBase config

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS