authEndpointUri property

String 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

String get authEndpointUri => "${_app!.uri}${_app!.oauth.path}";