Focuses on API authentication, access scopes, and permission management.
I need to hit some of my app's APIs, they are not in the configured auth domain or subdomain (It is a separate service hosted on another URL that I am managing), I will need to validate the request against a session token so I am wondering if there is a way for me to get the session token in the extension, so that I can include it in any request I make to any service I am managing.