Future<String> get requireAuthorization => authorization.then((value) => value ?? (throw TokenException<T>._(null, 'Not logged in', false)));