Authentication.anonymous constructor

const Authentication.anonymous()

Creates an Authentication instance that has no authentication.

Implementation

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