Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RequestAuthenticationDetails

Details for request HTTP authentication.

Properties

Optional authHeaders

authHeaders: Array<Header>

List of authentication headers. Example: {@code [{"headerName": "content-type", "headerValue":"json"}]}

Optional authRequestMethod

authRequestMethod: model.RequestMethods

Request method.

Optional authRequestPostBody

authRequestPostBody: undefined | string

Request post body.

Optional authToken

authToken: undefined | string

Authentication token.

Optional authUrl

authUrl: undefined | string

URL to get authentication token.

Optional authUserName

authUserName: undefined | string

User name for authentication.

Optional authUserPassword

authUserPassword: undefined | string

User password for authentication.

Optional oauthScheme

oauthScheme: model.OAuthSchemes

Request HTTP OAuth scheme.

Functions

getDeserializedJsonObj

getJsonObj