Skip to contents

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.

Usage

ladder_user()

Value

An email address or, if no token has been loaded, NULL.

Examples

if (FALSE) { # \dontrun{
ladder_user()
} # }