Authentication.anonymous constructor

Authentication.anonymous()

Creates an Authentication instance that has no authentication.

Implementation

Authentication.anonymous()
    : token = null,
      username = null,
      password = null;