Back to Node Auth0

Interface FlowActionAuth0SendRequestParams

docs/interfaces/management.Management.FlowActionAuth0SendRequestParams.html

5.9.12.3 KB
Original Source

Interface FlowActionAuth0SendRequestParams

interface FlowActionAuth0SendRequestParams {
connection_id: string;
pathname: string;
method?: Management.FlowActionAuth0SendRequestParams.Method;
headers?: FlowActionAuth0SendRequestParamsHeaders;
params?: Management.FlowActionAuth0SendRequestParamsQueryParams;
payload?: FlowActionAuth0SendRequestParamsPayload;
}

Index

Properties

connection_idpathnamemethod?headers?params?payload?

Properties

connection_id

connection_id: string

pathname

pathname: string

Optionalmethod

method?: Management.FlowActionAuth0SendRequestParams.Method

Optionalheaders

headers?: FlowActionAuth0SendRequestParamsHeaders

Optionalparams

params?: Management.FlowActionAuth0SendRequestParamsQueryParams

Optionalpayload

payload?: FlowActionAuth0SendRequestParamsPayload

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connection_idpathnamemethodheadersparamspayload