Skip to contents

Displays a summary of the current authentication state for all registered realms, including auth type, token expiration, and user identity. Useful for debugging authentication issues.

Usage

auth_status()

Value

Invisible NULL

See also

is_auth() for a logical check, auth_me() for full user details from the server

Examples

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