I have a React application that wraps an Okta service around it for authentication. Everything is working as expected. When looking at the developer console on Chrome Application -> Cookies
It contains www.mysiteurl.com when I look at the cookie it contains Authorization name and a web token value.
How can I read this data cookie with Javascript.