DotNetNuke.Services.Authentication.OAuth.OAuthConfigBase

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

Syntax

C#
protected OAuthConfigBase(
	string service,
	int portalId
)
Visual Basic
Protected Sub New ( 
	service As String,
	portalId As Integer
)

Parameters

service
Type: System..::..String
paramserviceM:DotNetNuke.Services.Authentication.OAuth.OAuthConfigBase.#ctor(System.String,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Authentication.OAuth.OAuthConfigBase.#ctor(System.String,System.Int32)

See Also