FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..configureAuthProvider Method

Configures the authentication provider.

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

Syntax


public bool configureAuthProvider(
	Dictionary<string, authProviders> oAuthProviders
)
Public Function configureAuthProvider ( _
	oAuthProviders As Dictionary(Of String, authProviders) _
) As Boolean
public:
bool^ configureAuthProvider(
	Dictionary<String^, authProviders^>^ oAuthProviders
)

Parameters

oAuthProviders
Type: Dictionary<(Of <(<'String, authProviders>)>)>
The o authentication providers.

Return Value

true if XXXX, false otherwise.