DotNetNuke.Services.Authentication.OAuth.OAuthClientBase

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Authentication.OAuth.OAuthClientBase.#ctor(System.Int32,DotNetNuke.Services.Authentication.AuthMode,System.String)
mode
Type: DotNetNuke.Services.Authentication..::..AuthMode
parammodeM:DotNetNuke.Services.Authentication.OAuth.OAuthClientBase.#ctor(System.Int32,DotNetNuke.Services.Authentication.AuthMode,System.String)
service
Type: System..::..String
paramserviceM:DotNetNuke.Services.Authentication.OAuth.OAuthClientBase.#ctor(System.Int32,DotNetNuke.Services.Authentication.AuthMode,System.String)

See Also