Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
@genkit-ai/express
FlowWithAuthPolicy
Type Alias FlowWithAuthPolicy<I, O, S>
FlowWithAuthPolicy
:
{
authPolicy
:
AuthPolicy
;
authProvider
:
RequestHandler
;
flow
:
Flow
<
I
,
O
,
S
>
;
}
A wrapper object containing a flow with its associated auth policy.
Type Parameters
I
extends
ZodTypeAny
=
ZodTypeAny
O
extends
ZodTypeAny
=
ZodTypeAny
S
extends
ZodTypeAny
=
ZodTypeAny
Type declaration
authPolicy
:
AuthPolicy
authProvider
:
RequestHandler
flow
:
Flow
<
I
,
O
,
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...
A wrapper object containing a flow with its associated auth policy.