Back to Node Auth0

Interface TestActionRequestContent

docs/interfaces/management.Management.TestActionRequestContent.html

5.9.1664 B
Original Source

Interface TestActionRequestContent

Example

{ * payload: { * "key": "value" * } * }Copy

interface TestActionRequestContent {
payload: TestActionPayload;
}

Index

Properties

payload

Properties

payload

payload: TestActionPayload

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties payload