Retrieve 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)

Arguments

auth

Field to extract. Can be one of vanity, steamid, client_id, request_id and token.

Value

An auth object as returned by auth_credentials and auth_qr.

Examples

if (FALSE) { # \dontrun{
auth_credentials("name")

get_auth()
} # }