Authentication.anonymous constructor
Creates an Authentication instance that has no authentication.
Implementation
const Authentication.anonymous()
: token = null,
username = null,
password = null,
bearerToken = null;
Creates an Authentication instance that has no authentication.
const Authentication.anonymous()
: token = null,
username = null,
password = null,
bearerToken = null;