Method ConfigureAuthorization
ConfigureAuthorization(NoSQLConfig)
Validates and configures the authorization provider.
Declaration
public void ConfigureAuthorization(NoSQLConfig config)
Parameters
| Type | Name | Description |
|---|---|---|
| NoSQLConfig | config | The initial configuration. |
Implements
Remarks
This method will be called when NoSQLClient instance
is created. You do not need to call this method.
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | If any mutually exclusive properties are set together or any of the credentials set as Credentials or in OCI configuration file are invalid or missing. |