AddAuthorizationFlowHandlerQuery

type AddAuthorizationFlowHandlerQuery: object;

Type declaration

c

c: string;

Specifies the callback function to run when the handler is triggered.
String, not a function itself; this is the name of the client's registered action hook

p

p: AuthorizationFlowHandlerProvider;

The name of the auth provider (as specified in the package's manifest.json) that triggers this handler.

s

s: AuthorizationFlowHandlerStage;

The stage during the auth flow when this handler is triggered.