authenticated property
Whether a credential was presented at all.
False on a Hub running with no --api-token, where there is no identity
to report rather than a rejected one.
Implementation
final bool authenticated;
Whether a credential was presented at all.
False on a Hub running with no --api-token, where there is no identity
to report rather than a rejected one.
final bool authenticated;