Authorization
new()
This function initializes a new instance of the `Auth` class with the specified parameters.
Auth$new(user = NULL, password = NULL)
user
A character string representing the username for authentication.
password
A 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)
deep
Whether to make a deep clone.