Create REST Client Security Configuration
Description
Creates a configuration which defines the security parameters of the REST Web Client.
Assembly: iCore.Workflow.Activities
Category: Misc
Arguments
| Name | Type | Description |
|---|---|---|
| Api Keys | IDictionary<String,Object> | Key value pair for API keys sent in header. |
| Authentication mode | AuthenticationMode | Specifies the authentication modes that will be used. BasicAuthentication and OAuth2 cannot be combined. |
| Username | String | The username when using basic authentication. |
| Password | String | The password when using basic authentication. |
| Access token | String | The access token when using OAuth2 authentication. |
| Result | ISecurityConfiguration | The created security configuration which can be used in generated REST web service client activities. |