authEndpointUri property

Uri get authEndpointUri

The URI for the authenticated endpoint for this CarpService.

The fomat is https://cans.cachet.dk/forgotten for the production host and https://cans.cachet.dk/portal/stage/forgotten for the stage, test, and dev hosts.

Implementation

Uri get authEndpointUri => app.authURL;