R/at-other.R
at_whoami.Rd
Get current user info
at_whoami(token = NULL)
Personal access token (resolved via air_token() if NULL).
air_token()
NULL
A list with id and (if scoped) email, scopes.
id
email
scopes
if (FALSE) { # \dontrun{ me <- at_whoami() me$email me$id } # }