Function write_user_auth_token_file

Source
pub fn write_user_auth_token_file(
    path: &Path,
    auth_token: AuthToken,
) -> Result<(), Error>