Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 525 Bytes

kibana-plugin-server.authtoolkit.rejected.md

File metadata and controls

15 lines (10 loc) · 525 Bytes

Home > kibana-plugin-server > AuthToolkit > rejected

AuthToolkit.rejected property

Authentication is unsuccessful, fail the request with specified error.

Signature:

rejected: (error: Error, options?: {
        statusCode?: number;
    }) => AuthResult;