Return a list of URIs that get a Bearer token added automatically. To add to this list, use the following syntax:
let config: StormpathConfiguration = new StormpathConfiguration(); config.autoAuthorizedUris.push(new RegExp('http://localhost:3000/myapi/*)');
Return a list of all available URIs. This list is used to decide whether X-Stormpath-Agent is sent as a header or not.
Array of all Stormpath endpoints, in alphabetical order.
Generated using TypeDoc
Return a list of URIs that get a Bearer token added automatically. To add to this list, use the following syntax: