Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 640 Bytes

kibana-plugin-server.onpreauthtoolkit.redirected.md

File metadata and controls

15 lines (10 loc) · 640 Bytes

Home > kibana-plugin-server > OnPreAuthToolkit > redirected

OnPreAuthToolkit.redirected property

To interrupt request handling and redirect to a configured url. If "options.forwarded" = true, request will be forwarded to another url right on the server.

Signature:

redirected: (url: string, options?: {
        forward: boolean;
    }) => OnPreAuthResult;