pub fn has_credentials() -> bool
Expand description

Checks if there is any authenticated user for any realm.

let authenticated = cccolutils::has_credentials();