Reveals the email address of the user associated with the current token.
If no token has been loaded yet, this function does not initiate auth.
Value
An email address or, if no token has been loaded, NULL
.
Returns the username associated with the current token or
NULL
if not authenticated.
Examples
if (FALSE) { # \dontrun{
ladder_user()
} # }