Skip to main content
Version: 4.4.1

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

NameTypeDescription
Api KeysIDictionary<String,Object>Key value pair for API keys sent in header.
Authentication modeAuthenticationModeSpecifies the authentication modes that will be used.

BasicAuthentication and OAuth2 cannot be combined.
UsernameStringThe username when using basic authentication.
PasswordStringThe password when using basic authentication.
Access tokenStringThe access token when using OAuth2 authentication.
ResultISecurityConfigurationThe created security configuration which can be used in generated REST web service client activities.

See Also

Entities

Web service client