Gets the authentication provider.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.
Exception | Condition |
---|
[Exception] | DLL for authentication provider:{oDeAuthProvider.name} does not exist:{sDLLPath} |
[System.Exception] | DLL for authentication provider:{oDeAuthProvider.name} does not exist:{sDLLPath} |
[NotImplementedException] | |