Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve security plugin return types (#101492)
* Add explicit security types * Remove sessionTimeout, seems unused * add comments * Add comments and fix test since removing the unused APIs * remove unused import * wording cleanup * Export some types that are part of the public API but not exported * more improvements for api docs * update security docs * Update x-pack/plugins/security/public/nav_control/nav_control_service.tsx Co-authored-by: Larry Gregory <[email protected]> * Update x-pack/plugins/security/public/nav_control/nav_control_service.tsx Co-authored-by: Larry Gregory <[email protected]> * Update x-pack/plugins/security/public/plugin.tsx Co-authored-by: Larry Gregory <[email protected]> * Update x-pack/plugins/security/public/plugin.tsx Co-authored-by: Larry Gregory <[email protected]> * remove unneccessary readonly prefix * Update all api docs Co-authored-by: Larry Gregory <[email protected]>
- Loading branch information