I am trying to get id_token from the session storage in my angular app using
sessionStorage.getItem(\'id_token\');
but it does not work.
Is th