Authorization
new()This function initializes a new instance of the `Auth` class with the specified parameters.
Auth$new(user = NULL, password = NULL)userA character string representing the username for authentication.
passwordA character string representing the password for authentication.
An instance of the `Auth` class.
token()This function retrieves a previously generated token.
Auth$token()A character string representing the retrieved token.
get_token()This function generates a unique token for authentication or other purposes.
Auth$get_token()A character string representing the generated token.
clone()The objects of this class are cloneable with this method.
Auth$clone(deep = FALSE)deepWhether to make a deep clone.