Object to handle oauth rop authentication when performing the test.

Hierarchy

  • SyntheticsBasicAuthOauthROP

Constructors

Properties

accessTokenUrl: string

Access token URL to use when performing the authentication.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
audience?: string

Audience to use when performing the authentication.

clientId?: string

Client ID to use when performing the authentication.

clientSecret?: string

Client secret to use when performing the authentication.

password: string

Password to use when performing the authentication.

resource?: string

Resource to use when performing the authentication.

scope?: string

Scope to use when performing the authentication.

Type of token to use when performing the authentication.

The type of basic authentication to use when performing the test.

username: string

Username to use when performing the authentication.

Generated using TypeDoc