authorizeTimeout constant
String
const authorizeTimeout
The server didn't give a response to the authentication(..) function on the server side, to fix this, make sure to
call either accept.asAuthenticatedUser(..), accept.asUnauthenticatedUser() or reject(..) callbacks in the authentication(..) function on the server side.
Implementation
static const authorizeTimeout = 'AUTHORIZE_TIMEOUT';