pub fn read_user_auth_token_file(
path: &Path,
) -> Result<Option<UserAuthTokenFileContents>, TokenUserFileReadError>
Expand description
Expects a UTF8 file. The first line contains the auth token hex string representation followed by a line break. If present, all subsequent content represents the user identity