pendingAuthentication constant
String
const pendingAuthentication
The request could not proceed because the informed route
requires authentication by the client.
To fix this, choose to either:
- call AsklessClient.instance.authenticate(...) in the client side before performing this request
or
- change the route on the server side from
addRouteFor.authenticatedUsers
toaddRoute.forAllUsers
Implementation
static const pendingAuthentication = 'PENDING_AUTHENTICATION';