get_auth.RdRetrieve global authentication object. When authenticating a session
using auth_credentials or auth_qr, an auth
object is attached to the R session. This object can be useful when
manually creating requests to the Steam API. Use this function to retrieve
these informations. Only for advanced usage.
get_auth(field = NULL)An auth object as returned by auth_credentials and
auth_qr.
if (FALSE) { # \dontrun{
auth_credentials("name")
get_auth()
} # }