FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deAuthConnection..::..getAuthProvider Method

Gets the authentication provider.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public deIAuthProvider getAuthProvider(
	Dictionary<string, string> oProviderConfig
)
Public Function getAuthProvider ( _
	oProviderConfig As Dictionary(Of String, String) _
) As deIAuthProvider
public:
deIAuthProvider^ getAuthProvider(
	Dictionary<String^, String^>^ oProviderConfig
)

Parameters

oProviderConfig
Type: Dictionary<(Of <(<'String, String>)>)>
The o provider configuration.

Return Value

deIAuthProvider.

Exceptions


ExceptionCondition
[Exception]DLL for authentication provider:{oDeAuthProvider.name} does not exist:{sDLLPath}
[System.Exception]DLL for authentication provider:{oDeAuthProvider.name} does not exist:{sDLLPath}
[NotImplementedException]